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
/
alacritty_terminal
/
src
/
event_loop.rs
Age
Commit message (
Expand
)
Author
2024-03-12
Fix hint `Select` action for hyperlink escape
Christian Duerr
2024-03-09
Send exit code events on child process exit
Kirill Bulatov
2024-02-02
Fix unnecessary explicit panic in PTY
Conrad Irwin
2023-12-30
Passthrough potential errors for `EventLoopSender`
Hyper
2023-12-28
Derive `Clone` for `EventLoopSender`
Hyper
2023-11-10
Remove `alacritty_config` from alacritty_terminal
Kirill Chibisov
2023-10-07
Port from mio to polling
John Nunley
2023-05-23
Switch to VTE's built-in ansi feature
Anhad Singh
2023-02-02
Update winit to 0.28
Kirill Chibisov
2022-06-02
Fix a few minor clippy lints
Yuri Astrakhan
2022-04-06
Extract `SizeInfo` from alacritty_terminal
Kirill Chibisov
2021-12-17
Remove outdated Rust compatibility code
fee1-dead
2021-11-02
Fix libxkbcommon-devel package name for openSUSE
Diego Garza
2021-10-23
Add multi-window support
Christian Duerr
2021-10-11
Update rustfmt configuration
Christian Duerr
2021-09-19
Handle PTY EIO error for Rust 1.55+
Ilya Bobyr
2021-07-08
Fix PTY performance regressions
Christian Duerr
2021-07-03
Add buffer for PTY reads during terminal lock
Christian Duerr
2021-04-17
Fix out of order terminal query responses
Christian Duerr
2021-04-03
Add copy/paste/select hint actions
Christian Duerr
2021-02-24
Add support for synchronized updates
Christian Duerr
2021-02-13
Update dependencies
Christian Duerr
2020-12-21
Replace serde's derive with custom proc macro
Christian Duerr
2020-12-17
Fix draining of PTY when holding on exit
Christian Duerr
2020-07-28
Bump minimum supported Rust version to 1.43.0
Kirill Chibisov
2020-07-11
Remove gui dependencies from alacritty_terminal
Kirill Chibisov
2020-07-10
Add option to run command on bell
Kirill Chibisov
2020-06-06
Remove copyright notice from files
Christian Duerr
2020-05-05
Extend style guideline documentation
Christian Duerr
2019-12-14
Send PTY resize messages through event loop
David Hewitt
2019-11-16
Fix WinPTY freeze on termination
Maciej Makowski
2019-10-09
Add --hold CLI flag
Valentin Ignatev
2019-10-05
Update to winit/glutin EventLoop 2.0
Christian Duerr
2019-09-21
Remove outdated TODO/FIXME comments
Christian Duerr
2019-04-28
Split alacritty into a separate crates
Theodore Dubois