alacritty/alacritty_terminal/src
Christian Duerr 46c0f352c4
Add regex scrollback buffer search
This adds a new regex search which allows searching the entire
scrollback and jumping between matches using the vi mode.

All visible matches should be highlighted unless their lines are
excessively long. This should help with performance since highlighting
is done during render time.

Fixes #1017.
2020-07-09 21:45:22 +00:00
..
config Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
grid Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
term Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
tty Remove copyright notice from files 2020-06-06 21:49:14 +03:00
ansi.rs Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
event.rs Add automatic scrolling during selection 2020-06-18 01:02:56 +00:00
event_loop.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
index.rs Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
lib.rs Remove copypasta dependency from alacritty_terminal 2020-06-07 00:33:20 +03:00
locale.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
message_bar.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
meter.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
panic.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
selection.rs Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
sync.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
util.rs Add automatic scrolling during selection 2020-06-18 01:02:56 +00:00
vi_mode.rs Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00