alacritty/alacritty_terminal/src
a5ob7r 2057ac243a
Trim \n from hints/semantic-/simple selection
Before this patch a hint regex ending in the last column would append a
newline, despite this newline being "invisible" to the user. To match
the expected behavior, newlines are trimmed from regex hint matches.

To ensure consistency the simple and semantic selection also do not
include a newline at the end of the copied text anymore.

Fixes #5697.
2022-01-04 21:46:20 +00:00
..
config Add parameters to `msg create-window` subcommand 2021-11-22 18:34:09 +00:00
grid Keep history position when viewport is cleared 2021-12-18 15:36:56 +00:00
term Trim \n from hints/semantic-/simple selection 2022-01-04 21:46:20 +00:00
tty Remove shared PID/FD variables 2021-12-19 01:18:42 +03:00
ansi.rs Fix CreateNewWindow CLI fallback 2021-12-23 12:23:06 +02:00
event.rs Add multi-window support 2021-10-23 07:16:47 +00:00
event_loop.rs Remove outdated Rust compatibility code 2021-12-17 15:16:54 +00:00
index.rs Fix CreateNewWindow CLI fallback 2021-12-23 12:23:06 +02:00
lib.rs Fix clippy warnings 2021-07-03 03:06:52 +00:00
selection.rs Add parameters to `msg create-window` subcommand 2021-11-22 18:34:09 +00:00
sync.rs Add buffer for PTY reads during terminal lock 2021-07-03 20:31:50 +00:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Add parameters to `msg create-window` subcommand 2021-11-22 18:34:09 +00:00