summaryrefslogtreecommitdiffstats
path: root/src/input.rs
AgeCommit message (Expand)Author
2019-02-21Fix selection copying with mouse outside of windowChristian Duerr
2019-02-16Add early return to `received_char`Tanuj
2019-02-16Remove incorrect doc commentTanuj
2019-02-07Dynamically resize terminal for errors/warningsChristian Duerr
2019-01-27Improve touchpad scrollingray851107
2019-01-17Add config option to send or not send ESC when ALT-key is pressedSimon Dahlberg
2019-01-17Make all configuration fields optionalChristian Duerr
2019-01-08Fix selection with right and middle mouseChristian Duerr
2019-01-07Normalize Log Message StringsNathan Lilienthal
2019-01-05Launch URLs only when left-clickingChristian Duerr
2019-01-05Add key/mouse action for spawning new Alacritty instancesCarlos Tuñón
2019-01-03Fix double-triggering of mouse bindingsChristian Duerr
2019-01-02Process Mouse Binding Actions EarlierNathan Lilienthal
2018-12-20Send alt key with actual key in one flushskliew
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-12-06Detach Child process to avoid zombie processesVineeth Sagar
2018-11-19Add keybinding action for clearing warns/errorsChristian Duerr
2018-11-17Display errors and warningsChristian 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