aboutsummaryrefslogtreecommitdiff
path: root/src/input.rs
Commit message (Expand)AuthorAge
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Improve touchpad scrollingray8511072019-01-27
* Add config option to send or not send ESC when ALT-key is pressedSimon Dahlberg2019-01-17
* Make all configuration fields optionalChristian Duerr2019-01-17
* Fix selection with right and middle mouseChristian Duerr2019-01-08
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Launch URLs only when left-clickingChristian Duerr2019-01-05
* Add key/mouse action for spawning new Alacritty instancesCarlos Tuñón2019-01-05
* Fix double-triggering of mouse bindingsChristian Duerr2019-01-03
* Process Mouse Binding Actions EarlierNathan Lilienthal2019-01-02
* Send alt key with actual key in one flushskliew2018-12-20
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Detach Child process to avoid zombie processesVineeth Sagar2018-12-06
* Add keybinding action for clearing warns/errorsChristian Duerr2018-11-19
* Display errors and warningsChristian Duerr2018-11-17
* 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