aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
Commit message (Expand)AuthorAge
* Fix selection testsChristian Duerr2018-06-02
* Rework auto-scrolling optionsChristian Duerr2018-06-02
* Replace scrolling methods with enumChristian Duerr2018-06-02
* Add scrollback hotkeysChristian Duerr2018-06-02
* Fix multi-line selection with single cell endChristian Duerr2018-06-02
* Fix selection in scrollbackChristian Duerr2018-06-02
* Fix linux config default valueChristian Duerr2018-06-02
* Merge branch #1095Christian Duerr2018-06-02
* Make normal scrolling line amount configurableChristian Duerr2018-06-02
* Disable faux scrolling when shift is pressedChristian Duerr2018-06-02
* Add faux_scrolling back to scrollbackChristian Duerr2018-06-02
* Add SCROLL_MULTIPLIERJoe Wilm2018-06-02
* Scroll to bottom on character receivedJoe Wilm2018-06-02
* checkpoint: very basic scrolling worksJoe Wilm2018-06-02
* Don't paste selection when in mouse modeChristian Duerr2018-05-05
* Switch meta key to alt instead of superChristian Duerr2018-03-12
* Add modifiers to mouse eventsChristian Duerr2018-03-12
* Fix clippy lintsCelti Burroughs2018-03-12
* Rename button_state to prev_state for clarityCelti Burroughs2018-03-12
* Extend SGR and VT200 (normal) mouse supportCelti Burroughs2018-03-12
* 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