alacritty/alacritty_terminal/src/config
Christian Duerr 9a78449876
Add ability to select text during search
This removes the restriction of not being able to select text while the
search is active, making it a bit less jarring of a UX when the user
tries to interact with the terminal during search.

Since the selection was used during vi-less search to highlight the
focused match, there is now an option for a focused match color, which
uses the inverted normal match color by default. This focused match is
used for both search modes.

Other mouse interactions are now also possible during search, like
opening URLs or clicking inside of mouse mode applications.
2020-11-13 08:40:09 +03:00
..
bell.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
colors.rs Add ability to select text during search 2020-11-13 08:40:09 +03:00
mod.rs Deprecate the WinPTY backend 2020-11-06 17:33:02 +00:00
scrolling.rs Extend style guideline documentation 2020-05-05 22:50:23 +00:00