index
:
alacritty
alacritty_terminal_v0.21.0
alacritty_terminal_v0.22.0
alacritty_terminal_v0.23.0
alt-esc-unicode
alt-key-tester
antialias-option
bindings_on_crack
borderless-window
bump-glutin-0320
bump_deps
click-links
config-improvements
cursor-blink
cursor-config
dependabot/cargo/bumpalo-3.12.0
display-config-errors
fish-completions-dir-update
fix-deprecated
fix-hidden-cursor
fix-netbsd-build
fix-no-import-migrate
fix-releases
fix_colors
fontconfig
gentoo-install-deps
glutin-0.17-upgrade
initial-window-focus
issue-1115
issue-1150
issue-1336
issue-1582
issue-1773
issue-1786
issue-2145
kchibisov/fixup-manpage-title
kchibisov/winit-02911
kitty-char-no-char-fix
master
nll
not-reset-pixel
numpad-decimal
optimizations
period
playing-around
remove-debugonly-tests
resolver++
rewrite-appdataxml
scroll/fix-alt-grid-size
scroll/fix-tests
scroll/impossible-zero
scrollback
syslog-panics
underline-strikethrough
v0.10.0
v0.10.1
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.12.2
v0.12.3
v0.13
v0.14
v0.15
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.7.2
v0.8.0
v0.9.0
vec-deque-backing
wide-chars-fix
winpty-agent-docs
zero-width-chars
zerowidth
A cross-plantform, OpenGL terminal emulator
Alacritty
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
event_loop.rs
Age
Commit message (
Expand
)
Author
2019-01-07
Normalize Log Message Strings
Nathan Lilienthal
2018-12-27
Use mio-extras instead of mio-more
Bastien Orivel
2018-12-14
Ignore result on deregistering pty
dm1try
2018-12-10
Upgrade to Rust 2018
Joe Wilm
2018-10-16
Add support for Windows (#1374)
Zac Pullar-Strecker
2018-06-02
Rework auto-scrolling options
Christian Duerr
2018-05-25
Fix typo in error message
Randy Ramos
2018-03-04
Remove all instances of unwrap() from config
Christian Duerr
2018-01-26
Update dependencies
golem131
2018-01-06
Add clippy check to travis
Christian Duerr
2017-10-30
fix some typos in comments
Martin Lindhe
2017-09-05
Update most remaining deps
Jonathan Schleußer
2017-07-31
Read more from pty
Joe Wilm
2017-05-24
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-04-03
Better error handling in event loop
Joe Wilm
2017-01-11
Fix bug where event loop could get stuck reading
Joe Wilm
2017-01-06
Handle EINTR in I/O loop
Joe Wilm
2016-12-29
Fix pty read sometimes not triggering draw
Joe Wilm
2016-12-26
Major cleanup for event handling
Joe Wilm
2016-12-16
Misc formatting fixes
Joe Wilm
2016-12-16
Rustup and clippy
Joe Wilm
2016-12-11
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-11-19
Add support for recording/running ref tests
Joe Wilm
2016-11-11
Fix alacritty shutdown when shell exits on macOS
Joe Wilm
2016-09-26
Clean up event_loop module
Joe Wilm
2016-09-25
Refactor EventLoop into event_loop module
Joe Wilm