alacritty/src
Aaron Hill f8e6f1f623 Use cursor cell template when handling 'CSI X' escape sequence
This ensures that the cleared cells are set to the proper background
color, which is the main usage of this escape sequence.

Fixes #612
2017-06-14 10:43:42 -07:00
..
renderer avoid named field shorthand 2017-06-01 09:47:58 -07:00
term Use cursor cell template when handling 'CSI X' escape sequence 2017-06-14 10:43:42 -07:00
ansi.rs Add support for Beam, Underline cursors 2017-06-11 13:21:13 -07:00
cli.rs Add config file as cli option (#576) 2017-05-28 17:42:36 -07:00
config.rs Add config file as cli option (#576) 2017-05-28 17:42:36 -07:00
display.rs Find and set $WINDOWID to X11 window ID (#586) 2017-05-27 20:08:28 -07:00
event.rs Implement FocusIn/FocusOut reports (#589) 2017-05-29 09:51:49 -07:00
event_loop.rs Minor cleanup, style fix, dead code removal 2017-05-24 10:56:50 -07:00
grid.rs Fix some bugs with resize 2017-04-20 10:13:28 -07:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Fix selection when padding is present 2017-06-06 08:26:36 -07:00
lib.rs Add support for Beam, Underline cursors 2017-06-11 13:21:13 -07:00
logging.rs Return an error from logging::initialize 2017-01-23 09:14:01 -08:00
macros.rs Remove debug_print! macros 2017-01-23 09:14:01 -08:00
main.rs Add config file as cli option (#576) 2017-05-28 17:42:36 -07:00
meter.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
selection.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Find and set $WINDOWID to X11 window ID (#586) 2017-05-27 20:08:28 -07:00
util.rs Add better printing for ref test failure 2017-04-03 20:44:23 -07:00
window.rs Find and set $WINDOWID to X11 window ID (#586) 2017-05-27 20:08:28 -07:00