alacritty/src
Joe Wilm b27d1266d6 Fix bug with cursor colors and old config
There was no default supplied for Colors.cursor. This caused config
not specifying that property to break. Adding a default should fix that.
2017-01-30 09:45:09 -08:00
..
renderer Optimize glyph cache access 2017-01-26 08:43:53 -08:00
term support for inverting the cursor or using colors 2017-01-29 16:06:29 -08:00
ansi.rs support for inverting the cursor or using colors 2017-01-29 16:06:29 -08:00
cli.rs Add support for -e argument 2017-01-28 12:25:57 -08:00
config.rs Fix bug with cursor colors and old config 2017-01-30 09:45:09 -08:00
display.rs Use the log-crate instead of printing to stdout 2017-01-23 09:14:01 -08:00
event.rs Use the log-crate instead of printing to stdout 2017-01-23 09:14:01 -08:00
event_loop.rs Fix bug where event loop could get stuck reading 2017-01-11 10:33:56 -08:00
grid.rs Use the log-crate instead of printing to stdout 2017-01-23 09:14:01 -08:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Load the primary clipboard when pasting 2017-01-30 07:30:46 -08:00
lib.rs Optimize glyph cache access 2017-01-26 08:43:53 -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 Add support for -e argument 2017-01-28 12:25:57 -08:00
util.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
window.rs Add support for setting title from OSC 2017-01-11 09:07:31 -08:00