aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
Commit message (Expand)AuthorAge
* Non-bracketed paste support for DOS CRLFs.Giorgio Gallo2018-01-07
* Resolves #733.Giorgio Gallo2018-01-07
* Fix SGR mouse reportingJoe Wilm2018-01-06
* Add clippy check to travisChristian Duerr2018-01-06
* Pass ModifiersState to mouse_moved method tooChristian Duerr2018-01-03
* Pass ModifiersState to mouse input as wholeChristian Duerr2018-01-03
* Always clear selectionChristian Duerr2018-01-03
* Use default modifier stateChristian Duerr2018-01-03
* Fix failed testsChristian Duerr2018-01-03
* Update mouse modifiers to only pass shiftChristian Duerr2018-01-03
* Enable shift+select in mouse modeChristian Dürr2018-01-03
* Address feedbackChristian Duerr2018-01-02
* Allow faux scroll amount configurationChristian Dürr2018-01-02
* Add config option for faux scrollbackChristian Dürr2018-01-02
* Fix zombie children (#976)Joe Wilm2017-12-29
* Update bitflags to v1Chet Gurevitch2017-12-23
* Style nitsJoe Wilm2017-12-22
* Adapt pixel-based scrolling behaviorChristian Duerr2017-12-22
* Fix faux scrolling for line-based touchpadsChristian Dürr2017-12-22
* Implement faux scrollingChristian Duerr2017-12-22
* Rewrite err_println to eprintln introduced in Rust 1.19 (#799)Roel2017-10-22
* Implement user actions for font resize (#625)Dan Aloni2017-10-14
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Fix #721: touchpad scrolling (#726)Linus Heckemann2017-09-02
* Update to latest Glutin/winit (#671)Joe Wilm2017-07-20
* Update tests for new Selection APIJoe Wilm2017-06-19
* Implement semantic and line selection draggingJoe Wilm2017-06-19
* Fix selection when padding is presentTuomas Siipola2017-06-06
* Implement FocusIn/FocusOut reports (#589)Aaron Hill2017-05-29
* Add support for running commands on key press (#566)Dominik Miedziński2017-05-25
* Add window padding optionTuomas Siipola2017-05-06
* Semantic SelectionXiaoyu Yin2017-02-07
* Send mouse wheel commands only if they're supportedTuomas Siipola2017-02-06
* Add "Quit" action to allow exit on a Cmd-W or Cmd-QBrandur2017-02-05
* Decouple input processing from TermJoe Wilm2017-02-02
* Load the primary clipboard when pastingjc00ke2017-01-30
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* Remove some dead codeJoe Wilm2017-01-08
* Fix issue with some international inputsJoe Wilm2017-01-06
* Clippy fixes!Manish Goregaokar2017-01-06
* 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