aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/input.rs
Commit message (Expand)AuthorAge
* Fix cursor reports with mouse outside of windowChristian Duerr2020-12-13
* Add blinking cursor supportDettorer2020-11-23
* Add ability to select text during searchChristian Duerr2020-11-13
* Add support for single line terminalsii412020-09-27
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Unify term dimension callsChristian Duerr2020-08-25
* Fix selection scrolling with message bar visibleChristian Duerr2020-08-14
* Fix characters swallowed during searchChristian Duerr2020-08-09
* Add ^C binding to cancel search and leave Vi modeChristian Duerr2020-08-10
* Fix scrolling with selection expansionChristian Duerr2020-07-27
* Add support for searching without vi modeChristian Duerr2020-07-15
* Fix movement within search matchesChristian Duerr2020-07-14
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add readline bindings to searchChristian Duerr2020-07-10
* Add option to run command on bell Kirill Chibisov2020-07-10
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Fix live right-click expansionChristian Duerr2020-06-24
* Add selection expansionChristian Duerr2020-06-23
* Add automatic scrolling during selectionChristian Duerr2020-06-18
* Remove copypasta dependency from alacritty_terminalKirill Chibisov2020-06-07
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Shell, Command, and Launcher to share implKirill Chibisov2020-06-05
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Fix vi ScrollToBottom motionChristian Duerr2020-05-16
* Don't hide cursor on modifier pressDavid Herberth2020-05-06
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix various mouse mode + vi mode interactionsKirill Chibisov2020-04-10
* Add CopyPrimary keybinding action on Linux/BSDKirill Chibisov2020-03-23
* Remove right click deselectionStefan Devai2020-03-19
* Fix scrolling with selection outside of vimodeChristian Duerr2020-03-19
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Run clippy on oldest supported versionChristian Duerr2020-03-12
* Fix ignoring of slow touchpad scrollingTimo2020-03-02
* Update glutin to v0.23.0Kirill Chibisov2020-02-07
* Remove unsetting of dirty flag on key pressChristian Duerr2020-02-03
* Bump glutin to 0.22.0Christian Duerr2020-01-10
* Force exact modifiers match for mouse bindingsChristian Duerr2020-01-10
* Remove winit key remappingsChristian Duerr2020-01-06
* Add `Minimize` binding actionKirill Chibisov2020-01-05
* Bump winit to 0.20.0 Alpha 6Christian Duerr2020-01-05
* Fix modifier inconsistenciesChristian Duerr2019-11-11
* Add UTF-8 mouse mode supportKirill Chibisov2019-11-04
* Fix incorrect cell foreground when clearing screenChristian Duerr2019-11-04
* Fix URL highlightingChristian Duerr2019-11-03
* Add live config reload for font family and stylewayne2019-11-03
* Fix sending chars with bind not clearing selectionKirill Chibisov2019-10-29
* Add support for alternate scroll escapeAleksey Kuznetsov2019-10-15
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05