alacritty/src
Joe Wilm 9acd612b23 Better error handling in event loop
Also checks hup first since if the terminal is either not readable or
writable there's nothing for Alacritty to do.

Closes #480.
2017-04-03 21:34:21 -07:00
..
renderer Move color list to Term struct 2017-02-11 14:18:05 -08:00
term Fix issue with htop rendering incorrectly 2017-04-03 20:44:23 -07:00
ansi.rs Handle CSI command J3 (Clear saved lines) 2017-03-04 15:49:10 -08:00
cli.rs Do not replace $SHELL with --command option 2017-04-03 20:46:08 -07:00
config.rs Change cursor colors config to use text and cursor 2017-02-25 07:55:35 -08:00
display.rs Set cursor only when its visibility changes 2017-02-22 14:49:29 -08:00
event.rs Document hide cursor when typing behaviour 2017-02-22 14:49:29 -08:00
event_loop.rs Better error handling in event loop 2017-04-03 21:34:21 -07:00
grid.rs Add better printing for ref test failure 2017-04-03 20:44:23 -07:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Semantic Selection 2017-02-07 21:04:18 -08:00
lib.rs Add support for wide characters 2017-03-02 09:19:01 -08: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 support for inverting the cursor or using colors 2017-01-29 16:06:29 -08: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 Fix hang on exit after child process failed 2017-04-03 21:34:06 -07:00
util.rs Add better printing for ref test failure 2017-04-03 20:44:23 -07:00
window.rs hide mouse cursor mac os 2017-02-22 21:07:38 -08:00