alacritty/alacritty_terminal/src
Christian Duerr 18a226fe45
Fix vi mode terminal reset
Since the vi mode is unrelated to the terminal emulation itself, it
should not be reset during a `reset` to prevent unnecessary confusion.

This also prevents the search from switching from vi mode to vi-less
search without any indication to the user.
2020-11-19 01:15:34 +00:00
..
config Add ability to select text during search 2020-11-13 08:40:09 +03:00
grid Add ability to select text during search 2020-11-13 08:40:09 +03:00
term Fix vi mode terminal reset 2020-11-19 01:15:34 +00:00
tty Add support for single line terminals 2020-09-27 22:36:08 +00:00
ansi.rs Error on warnings when running clippy 2020-10-29 07:17:33 +03:00
event.rs Remove gui dependencies from alacritty_terminal 2020-07-11 20:03:09 +03:00
event_loop.rs Bump minimum supported Rust version to 1.43.0 2020-07-28 13:00:55 +03:00
index.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00
lib.rs Error on warnings when running clippy 2020-10-29 07:17:33 +03:00
selection.rs Add support for single line terminals 2020-09-27 22:36:08 +00:00
sync.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00