alacritty/alacritty_terminal/src
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
..
config Fix XEmbed compilation error on 32-bit platforms 2019-10-20 14:30:59 +02:00
grid Fix URL highlighting 2019-11-03 21:59:28 +01:00
renderer Fix URL highlighting 2019-11-03 21:59:28 +01:00
term Fix incorrect cell foreground when clearing screen 2019-11-04 00:14:23 +01:00
tty Print launch command name on failure 2019-10-15 22:53:25 +02:00
ansi.rs Fix URL highlighting 2019-11-03 21:59:28 +01:00
clipboard.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
cursor.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
event.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
event_loop.rs Add --hold CLI flag 2019-10-09 23:37:48 +02:00
index.rs Fix URL highlighting 2019-11-03 21:59:28 +01:00
lib.rs Fix URL highlighting 2019-11-03 21:59:28 +01:00
locale.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
message_bar.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
meter.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
panic.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
selection.rs Fix URL highlighting 2019-11-03 21:59:28 +01:00
sync.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
util.rs Fix clippy issues 2019-08-16 01:33:49 +02:00