aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
Commit message (Expand)AuthorAge
* Add test exhibiting SIGBUS on my machineJoe Wilm2016-10-16
* Rustup and update dependenciesJoe Wilm2016-10-14
* Start implementing copypasta, a clipboard libraryJoe Wilm2016-10-08
* Don't write v when pasting on macOSJoe Wilm2016-09-27
* wipJoe Wilm2016-09-26
* Refactor EventLoop into event_loop moduleJoe Wilm2016-09-25
* Resolve compiler warningsJoe Wilm2016-09-25
* Use evented I/O for the ptyJoe Wilm2016-09-24
* Fix testsJoe Wilm2016-08-14
* Input expects modifier keys from GlutinJoe Wilm2016-07-30
* Add test for inputJoe Wilm2016-07-29
* Early return in input handlingJoe Wilm2016-07-29
* Switch to write_all in input handlerJoe Wilm2016-07-29
* Fix Control-H bugJoe Wilm2016-07-16
* Correctly handle Backspace and DeleteJoe Wilm2016-07-04
* Move WriteNotifier type into input moduleJoe Wilm2016-07-02
* Add license headers to source filesJoe Wilm2016-06-29
* Function keys send escape sequencesJoe Wilm2016-06-23
* Implement special input handlingJoe Wilm2016-06-23