alacritty/alacritty_terminal/src/term
Christian Duerr 93e87eb0f1
Fix incorrect cell foreground when clearing screen
This fixes a bug that would clear the cells with the current template
cell with just the `flags` reset, to make sure the colors are correct.
However, the cell foreground was not reset, leading to cells counting as
occupied when resizing.

With this change both cell flags and foreground color are ignored when
clearing both the whole screen and inside the line, allowing us to
accurately keep track of cell occupation.

Fixes #2866.
2019-11-04 00:14:23 +01:00
..
cell.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
color.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
mod.rs Fix incorrect cell foreground when clearing screen 2019-11-04 00:14:23 +01:00