aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
Commit message (Expand)AuthorAge
* Send correct character sequence with alt keyJoe Wilm2017-01-02
* Fix scrolling with SGR modeJoe Wilm2017-01-02
* Better error message when xclip is not availableJoe Wilm2017-01-02
* Improve error handling for clipboard actionsJoe Wilm2017-01-01
* Add support for SGR mouse reportingJoe Wilm2017-01-01
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* Fix some bugs with selectionsJoe Wilm2016-12-29
* Unify Cursor, Location and name it PointJoe Wilm2016-12-29
* Implement copying selection for macOSJoe Wilm2016-12-26
* Refactor bindings and fix binding testsJoe Wilm2016-12-26
* Major cleanup for event handlingJoe Wilm2016-12-26
* Refactor input processing to take action contextJoe Wilm2016-12-25
* Implement visual component of mouse selectionsJoe Wilm2016-12-22
* Rustup and clippyJoe Wilm2016-12-16
* Fix a couple of compiler warningsJoe Wilm2016-12-12
* Track terminal cells on mouse movementJoe Wilm2016-12-11
* Implement mouse scrolling with line deltasJoe Wilm2016-12-11
* Add support for bracketed pasteJoe Wilm2016-12-11
* Support trackpad scrollingJoe Wilm2016-12-11
* Support normal mouse tracking modeJoe Wilm2016-12-11
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Make bindings configurable from alacritty.ymlJoe Wilm2016-11-17
* Fallback to received chars when no bindingsJoe Wilm2016-11-17
* Fix/add some keybindingsJoe Wilm2016-11-11
* 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