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