aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
Commit message (Expand)AuthorAge
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Fix clippy issuesChristian Duerr2018-11-04
* Fix mouse pasting in mouse mode with shiftChristian Duerr2018-11-01
* Rework cursor configurationChristian Duerr2018-11-01
* Relax matching of URL modifiersChristian Duerr2018-10-27
* Add option to open URLs on clickChristian Duerr2018-10-22
* Allow the usage of scancodes in the configChristian Duerr2018-10-16
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* Fix selection start point lagging behind cursorChristian Duerr2018-09-27
* Allow copying selection to primary clipboardGris Ge2018-09-24
* Fix config error with missing decorations fieldChristian Duerr2018-09-20
* Fix Bracketed Paste Mode when input contains end sequence. (#1243)Aidan Epstein2018-09-20
* Implement `ansi::ClearMode::Saved`Nathan Lilienthal2018-09-02
* Merge master into scrollbackChristian Duerr2018-07-28
* Scrollback cleanupChristian Duerr2018-07-21
* Fix incorrect cell side in selectionChristian Duerr2018-07-06
* 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