summaryrefslogtreecommitdiffstats
path: root/src/input.rs
AgeCommit message (Expand)Author
2018-03-13Make normal scrolling line amount configurableChristian Duerr
2018-03-12Disable faux scrolling when shift is pressedChristian Duerr
2018-03-12Add faux_scrolling back to scrollbackChristian Duerr
2018-03-07Add SCROLL_MULTIPLIERJoe Wilm
2018-03-07Scroll to bottom on character receivedJoe Wilm
2018-03-07checkpoint: very basic scrolling worksJoe Wilm
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
2018-01-02Allow faux scroll amount configurationChristian Dürr
2018-01-02Add config option for faux scrollbackChristian Dürr
2017-12-29Fix zombie children (#976)Joe Wilm
2017-12-23Update bitflags to v1Chet Gurevitch
2017-12-22Style nitsJoe Wilm
2017-12-22Adapt pixel-based scrolling behaviorChristian Duerr
2017-12-22Fix faux scrolling for line-based touchpadsChristian Dürr
2017-12-22Implement faux scrollingChristian Duerr
2017-10-22Rewrite err_println to eprintln introduced in Rust 1.19 (#799)Roel
2017-10-14Implement user actions for font resize (#625)Dan Aloni
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-09-02Fix #721: touchpad scrolling (#726)Linus Heckemann
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
2017-06-19Update tests for new Selection APIJoe Wilm
2017-06-19Implement semantic and line selection draggingJoe Wilm
2017-06-06Fix selection when padding is presentTuomas Siipola
2017-05-29Implement FocusIn/FocusOut reports (#589)Aaron Hill
2017-05-25Add support for running commands on key press (#566)Dominik Miedziński
2017-05-06Add window padding optionTuomas Siipola
2017-02-07Semantic SelectionXiaoyu Yin
2017-02-06Send mouse wheel commands only if they're supportedTuomas Siipola
2017-02-05Add "Quit" action to allow exit on a Cmd-W or Cmd-QBrandur
2017-02-02Decouple input processing from TermJoe Wilm
2017-01-30Load the primary clipboard when pastingjc00ke
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-08Remove some dead codeJoe Wilm
2017-01-06Fix issue with some international inputsJoe Wilm
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-02Send correct character sequence with alt keyJoe Wilm
2017-01-02Fix scrolling with SGR modeJoe Wilm
2017-01-02Better error message when xclip is not availableJoe Wilm
2017-01-01Improve error handling for clipboard actionsJoe Wilm