alacritty/alacritty_terminal/src
Christian Duerr af30f3735a
Fix rows only resetting partially
This resolves an issue with rows only resetting partially, based on
their `occ` state. However this state is not always accurate, so more
than just the occupied elements need to be cleared.

Fixes #2340.
2019-06-28 20:19:15 +00:00
..
config Fix redundant static lifetime clippy lint 2019-06-18 21:23:03 +00:00
grid Fix rows only resetting partially 2019-06-28 20:19:15 +00:00
renderer Fix redundant static lifetime clippy lint 2019-06-18 21:23:03 +00:00
term Fix performance issues with text reflow 2019-06-23 23:29:01 +00:00
tty Unset DESKTOP_STARTUP_ID environment variable 2019-06-16 16:03:52 +00:00
ansi.rs Fix redundant static lifetime clippy lint 2019-06-18 21:23:03 +00:00
clipboard.rs Fix compiler warnings 2019-06-09 17:52:48 +00:00
cursor.rs Fix cursor only showing up over left half of wide characters 2019-05-11 15:57:22 +00:00
display.rs Perform clear and buffer swap before showing window 2019-06-25 21:34:55 +00:00
event.rs Fix first unfullscreen on fullscreen mode launched window 2019-06-25 21:32:28 +00:00
event_loop.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
index.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
input.rs Add block selection 2019-06-20 15:56:09 +00:00
lib.rs Add git hash to version string, and fix crate name (#2397) 2019-05-03 19:48:25 -04:00
locale.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
macros.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
message_bar.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
meter.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
panic.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
selection.rs Add block selection 2019-06-20 15:56:09 +00:00
sync.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
url.rs Fix compiler warnings 2019-06-09 17:52:48 +00:00
util.rs Fix compiler warnings 2019-06-09 17:52:48 +00:00
window.rs Perform clear and buffer swap before showing window 2019-06-25 21:34:55 +00:00