aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/event_loop.rs
AgeCommit message (Expand)Author
2024-03-09Send exit code events on child process exitKirill Bulatov
2024-02-02Fix unnecessary explicit panic in PTY Conrad Irwin
2023-12-30Passthrough potential errors for `EventLoopSender`Hyper
2023-12-28Derive `Clone` for `EventLoopSender`Hyper
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-07Port from mio to pollingJohn Nunley
2023-05-23Switch to VTE's built-in ansi featureAnhad Singh
2023-02-02Update winit to 0.28Kirill Chibisov
2022-06-02Fix a few minor clippy lintsYuri Astrakhan
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2021-12-17Remove outdated Rust compatibility codefee1-dead
2021-11-02Fix libxkbcommon-devel package name for openSUSEDiego Garza
2021-10-23Add multi-window supportChristian Duerr
2021-10-11Update rustfmt configurationChristian Duerr
2021-09-19Handle PTY EIO error for Rust 1.55+Ilya Bobyr
2021-07-08Fix PTY performance regressionsChristian Duerr
2021-07-03Add buffer for PTY reads during terminal lockChristian Duerr
2021-04-17Fix out of order terminal query responsesChristian Duerr
2021-04-03Add copy/paste/select hint actionsChristian Duerr
2021-02-24Add support for synchronized updatesChristian Duerr
2021-02-13Update dependenciesChristian Duerr
2020-12-21Replace serde's derive with custom proc macroChristian Duerr
2020-12-17Fix draining of PTY when holding on exitChristian Duerr
2020-07-28Bump minimum supported Rust version to 1.43.0Kirill Chibisov
2020-07-11Remove gui dependencies from alacritty_terminalKirill Chibisov
2020-07-10Add option to run command on bell Kirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2019-12-14Send PTY resize messages through event loopDavid Hewitt
2019-11-16Fix WinPTY freeze on terminationMaciej Makowski
2019-10-09Add --hold CLI flagValentin Ignatev
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-09-21Remove outdated TODO/FIXME commentsChristian Duerr
2019-04-28Split alacritty into a separate cratesTheodore Dubois