aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/input.rs
Commit message (Expand)AuthorAge
* add logo key prefix and alt behavior configuration optionsexperimentalJosh Rahm2021-10-25
* Make keybindings more consistent with libtermkeyJosh Rahm2021-10-11
* Add some more terminal code stuff.Josh Rahm2021-10-06
* Relax the ASCII constraint for ALT, and add support for LOGO.Josh Rahm2021-10-03
* Add ExpandSelection mouse binding actionJason Heard2021-07-29
* Fix clippy warningsChristian Duerr2021-07-03
* Improve rendering performanceChristian Duerr2021-05-22
* Fix selection flooding Wayland connectionChristian Duerr2021-04-17
* Fix mouse reportsChristian Duerr2021-04-16
* Fix mouse point crash on resizeChristian Duerr2021-04-15
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Add hide other windows binding on macOSKam Kudla2021-04-08
* Add copy/paste/select hint actionsChristian Duerr2021-04-03
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Add regex terminal hintsChristian Duerr2021-03-01
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Fix jumping between matches in reverse vi searchChristian Duerr2021-01-08
* Fix debug mode crash in vi-less searchChristian Duerr2021-01-03
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Fix characters getting swallowed during IME inputChristian Duerr2020-12-31
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Add search history supportChristian Duerr2020-12-20
* Add separate mode for search bindingsChristian Duerr2020-12-19
* 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