aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
AgeCommit message (Expand)Author
2018-11-10Fix failing testsChristian Duerr
2018-11-10Replace sysout/err prints with loggingChristian Duerr
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-11-04Fix clippy issuesChristian Duerr
2018-11-01Fix mouse pasting in mouse mode with shiftChristian Duerr
2018-11-01Rework cursor configurationChristian Duerr
2018-10-27Relax matching of URL modifiersChristian Duerr
2018-10-22Add option to open URLs on clickChristian Duerr
2018-10-16Allow the usage of scancodes in the configChristian Duerr
2018-10-16Add support for Windows (#1374)Zac Pullar-Strecker
2018-09-27Fix selection start point lagging behind cursorChristian Duerr
2018-09-24Allow copying selection to primary clipboardGris Ge
2018-09-20Fix config error with missing decorations fieldChristian Duerr
2018-09-20Fix Bracketed Paste Mode when input contains end sequence. (#1243)Aidan Epstein
2018-09-02Implement `ansi::ClearMode::Saved`Nathan Lilienthal
2018-07-28Merge master into scrollbackChristian Duerr
2018-07-21Scrollback cleanupChristian Duerr
2018-07-06Fix incorrect cell side in selectionChristian Duerr
2018-06-02Fix selection testsChristian Duerr
2018-06-02Rework auto-scrolling optionsChristian Duerr
2018-06-02Replace scrolling methods with enumChristian Duerr
2018-06-02Add scrollback hotkeysChristian Duerr
2018-06-02Fix multi-line selection with single cell endChristian Duerr
2018-06-02Fix selection in scrollbackChristian Duerr
2018-06-02Fix linux config default valueChristian Duerr
2018-06-02Merge branch #1095Christian Duerr
2018-06-02Make normal scrolling line amount configurableChristian Duerr
2018-06-02Disable faux scrolling when shift is pressedChristian Duerr
2018-06-02Add faux_scrolling back to scrollbackChristian Duerr
2018-06-02Add SCROLL_MULTIPLIERJoe Wilm
2018-06-02Scroll to bottom on character receivedJoe Wilm
2018-06-02checkpoint: very basic scrolling worksJoe Wilm
2018-05-05Don't paste selection when in mouse modeChristian Duerr
2018-03-12Switch meta key to alt instead of superChristian Duerr
2018-03-12Add modifiers to mouse eventsChristian Duerr
2018-03-12Fix clippy lintsCelti Burroughs
2018-03-12Rename button_state to prev_state for clarityCelti Burroughs
2018-03-12Extend SGR and VT200 (normal) mouse supportCelti Burroughs
2018-01-07Non-bracketed paste support for DOS CRLFs.Giorgio Gallo
2018-01-07Resolves #733.Giorgio Gallo
2018-01-06Fix SGR mouse reportingJoe Wilm
2018-01-06Add clippy check to travisChristian Duerr
2018-01-03Pass ModifiersState to mouse_moved method tooChristian Duerr
2018-01-03Pass ModifiersState to mouse input as wholeChristian Duerr
2018-01-03Always clear selectionChristian Duerr
2018-01-03Use default modifier stateChristian Duerr
2018-01-03Fix failed testsChristian Duerr
2018-01-03Update mouse modifiers to only pass shiftChristian Duerr
2018-01-03Enable shift+select in mouse modeChristian Dürr
2018-01-02Address feedbackChristian Duerr