alacritty/alacritty_terminal/src/term
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
..
cell.rs Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
color.rs Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
mod.rs Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00
search.rs Add regex scrollback buffer search 2020-07-09 21:45:22 +00:00