alacritty/src
Joe Wilm d4e20a4741 Improve error handling for clipboard actions
Previously, these could have crashed alacritty. Now, they simply print
an error message in Red to stderr. The Red format wrapper was moved to a
central location where both main.rs and the alacritty lib can access it.
2017-01-01 19:09:27 -08:00
..
renderer Print nice error messages for font loading errors 2016-12-31 20:47:29 -08:00
term Add support for SGR mouse reporting 2017-01-01 18:28:49 -08:00
ansi.rs Add support for SGR mouse reporting 2017-01-01 18:28:49 -08:00
cli.rs Display manages window, renderer, rasterizer 2016-12-11 20:23:41 -08:00
config.rs Implement copying selection for macOS 2016-12-26 22:56:19 -05:00
display.rs Print nice error messages for font loading errors 2016-12-31 20:47:29 -08:00
event.rs Fix pty read sometimes not triggering draw 2016-12-29 21:38:22 -05:00
event_loop.rs Fix pty read sometimes not triggering draw 2016-12-29 21:38:22 -05:00
grid.rs Unify Cursor, Location and name it Point 2016-12-29 11:09:29 -05:00
index.rs Add support for SGR mouse reporting 2017-01-01 18:28:49 -08:00
input.rs Improve error handling for clipboard actions 2017-01-01 19:09:27 -08:00
lib.rs Implement visual component of mouse selections 2016-12-22 13:44:13 -05:00
macros.rs Rustup and clippy 2016-12-16 22:13:51 -08:00
main.rs Improve error handling for clipboard actions 2017-01-01 19:09:27 -08:00
meter.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
selection.rs Fix some bugs with selections 2016-12-29 20:53:41 -05:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Rustup and clippy 2016-12-16 22:13:51 -08:00
util.rs Improve error handling for clipboard actions 2017-01-01 19:09:27 -08:00
window.rs Fix pty read sometimes not triggering draw 2016-12-29 21:38:22 -05:00