index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
event_loop.rs
Commit message (
Expand
)
Author
Age
*
Update most remaining deps
Jonathan Schleußer
2017-09-05
*
Read more from pty
Joe Wilm
2017-07-31
*
Minor cleanup, style fix, dead code removal
Joe Wilm
2017-05-24
*
Add DrainResult enum
Aaron Hill
2017-05-24
*
Fix typo
Aaron Hill
2017-05-24
*
Ensure that the event loop thread cleanly exits on shutdown
Aaron Hill
2017-05-24
*
Fix #573. Ensure we don't write 0 bytes to pty
Martin Algesten
2017-05-24
*
Better error handling in event loop
Joe Wilm
2017-04-03
*
Fix bug where event loop could get stuck reading
Joe Wilm
2017-01-11
*
Handle EINTR in I/O loop
Joe Wilm
2017-01-06
*
Fix pty read sometimes not triggering draw
Joe Wilm
2016-12-29
*
Major cleanup for event handling
Joe Wilm
2016-12-26
*
Misc formatting fixes
Joe Wilm
2016-12-16
*
Rustup and clippy
Joe Wilm
2016-12-16
*
Display manages window, renderer, rasterizer
Joe Wilm
2016-12-11
*
Cleaning up main; Added window module
Joe Wilm
2016-12-11
*
Implement Handler::identify_terminal for Term
Joe Wilm
2016-12-11
*
Add support for recording/running ref tests
Joe Wilm
2016-11-19
*
Fix alacritty shutdown when shell exits on macOS
Joe Wilm
2016-11-11
*
Clean up event_loop module
Joe Wilm
2016-09-26
*
Refactor EventLoop into event_loop module
Joe Wilm
2016-09-25