alacritty/alacritty_terminal/src
Christian Duerr a1e2d6a557
Add vi/search line indicator
This adds a new visual indicator which shows the position in history of
either the display offset during search, or the vi mode cursor.

To make it as unintrusive as possible, the overlay is hidden whenever
the vi mode cursor collides with its position.

Fixes #3984.
2021-01-01 05:19:03 +00:00
..
config Add vi/search line indicator 2021-01-01 05:19:03 +00:00
grid Remove Windows WinPTY backend 2021-01-01 05:07:39 +00:00
term Draw cursor with rect renderer 2020-12-28 09:45:39 +00:00
tty Remove Windows WinPTY backend 2021-01-01 05:07:39 +00:00
ansi.rs Use ConfigDeserialize for all config enums 2020-12-31 05:52:45 +00:00
event.rs Add blinking cursor support 2020-11-23 23:11:03 +00:00
event_loop.rs Replace serde's derive with custom proc macro 2020-12-21 02:44:38 +00:00
index.rs Use ConfigDeserialize for all config enums 2020-12-31 05:52:45 +00:00
lib.rs Error on warnings when running clippy 2020-10-29 07:17:33 +03:00
selection.rs Draw cursor with rect renderer 2020-12-28 09:45:39 +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 ConfigDeserialize for all config enums 2020-12-31 05:52:45 +00:00