1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/alacritty_terminal
Nathan Lilienthal 182a9d5c2e Fix deletion of lines when clearing the screen
Previously Alacritty would delete lines when clearing the screen, leading to a
loss of data in the scrollback buffer. Instead of deleting these lines, they
are now rotated outside of the visible region.

This also fixes some issues with Alacritty only resetting lines partially when
the background color of the template cell changed.

Fixes #2199.
2019-11-18 22:15:25 +01:00
..
src Fix deletion of lines when clearing the screen 2019-11-18 22:15:25 +01:00
tests Fix cell reset not clearing flags and foreground 2019-11-17 01:04:16 +01:00
build.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
Cargo.toml Fix URL highlighting 2019-11-03 21:59:28 +01:00