1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/alacritty_terminal
Christian Duerr 5a3280e8e0
Preserve last column with erase in line right
When the erase in line escape sequence with a parameter of 0 (right) is
passed while the wrapline flag is already set, it will no longer clear
the last column and instead ignore the operation.

The behavior of `\e[1K` and `\e[2K` is unchanged and both will clear the
entire first line without clearing the wrapline flag.

Closes #6159.
2023-01-15 22:53:41 +00:00
..
src Preserve last column with erase in line right 2023-01-15 22:53:41 +00:00
tests Preserve last column with erase in line right 2023-01-15 22:53:41 +00:00
Cargo.toml Update glutin to 0.30.0 2022-11-03 19:37:54 +03:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00