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
*
Split alacritty into a separate crates
Theodore Dubois
2019-04-28
*
Add rustfmt style guide
Christian Duerr
2019-03-30
*
Fix signal handling on Unix systems
Rachel K
2019-03-12
*
Normalize Log Message Strings
Nathan Lilienthal
2019-01-07
*
Use mio-extras instead of mio-more
Bastien Orivel
2018-12-27
*
Ignore result on deregistering pty
dm1try
2018-12-14
*
Upgrade to Rust 2018
Joe Wilm
2018-12-10
*
Add support for Windows (#1374)
Zac Pullar-Strecker
2018-10-16
*
Rework auto-scrolling options
Christian Duerr
2018-06-02
*
Fix typo in error message
Randy Ramos
2018-05-25
*
Remove all instances of unwrap() from config
Christian Duerr
2018-03-04
*
Update dependencies
golem131
2018-01-26
*
Add clippy check to travis
Christian Duerr
2018-01-06
*
fix some typos in comments
Martin Lindhe
2017-10-30
*
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