alacritty/src
Christian Duerr 0ca5c7a695
Fix trailing colors when leaving vim after resize
There is an issue where the terminal would use the template cell to fill
new space after resizing the terminal. However this leads to issues
since the template cell is not always empty and thus can create some
blocks of color appearing out of nowhere.

This should fix this problem by always initializing cells with the
default cell after resizing.
2018-07-26 20:47:33 +00:00
..
grid Replace runtime debug assertions with static asserts on scrollback 2018-07-26 15:47:14 +00:00
renderer Scrollback cleanup 2018-07-21 17:17:41 +00:00
term Fix trailing colors when leaving vim after resize 2018-07-26 20:47:33 +00:00
ansi.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
cli.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
config.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
display.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
event.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
event_loop.rs Rework auto-scrolling options 2018-06-02 09:56:50 -07:00
index.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
input.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
lib.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
locale.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
logging.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
macros.rs Rewrite err_println to eprintln introduced in Rust 1.19 (#799) 2017-10-22 08:42:40 -07:00
main.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
meter.rs Remove all instances of unwrap() from config 2018-03-04 22:40:15 +00:00
selection.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
util.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
window.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00