aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/event_loop.rs
Commit message (Expand)AuthorAge
* Add option to drain PTY on shutdownAndrew Borg (Kashin)2025-01-16
* Bump VTE to 0.14.0Christian Duerr2025-01-09
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-03-12
* Send exit code events on child process exitKirill Bulatov2024-03-09
* Fix unnecessary explicit panic in PTY Conrad Irwin2024-02-02
* Passthrough potential errors for `EventLoopSender`Hyper2023-12-30
* Derive `Clone` for `EventLoopSender`Hyper2023-12-28
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Port from mio to pollingJohn Nunley2023-10-07
* Switch to VTE's built-in ansi featureAnhad Singh2023-05-23
* Update winit to 0.28Kirill Chibisov2023-02-02
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Remove outdated Rust compatibility codefee1-dead2021-12-17
* Fix libxkbcommon-devel package name for openSUSEDiego Garza2021-11-02
* Add multi-window supportChristian Duerr2021-10-23
* Update rustfmt configurationChristian Duerr2021-10-11
* Handle PTY EIO error for Rust 1.55+Ilya Bobyr2021-09-19
* Fix PTY performance regressionsChristian Duerr2021-07-08
* Add buffer for PTY reads during terminal lockChristian Duerr2021-07-03
* Fix out of order terminal query responsesChristian Duerr2021-04-17
* Add copy/paste/select hint actionsChristian Duerr2021-04-03
* Add support for synchronized updatesChristian Duerr2021-02-24
* Update dependenciesChristian Duerr2021-02-13
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Fix draining of PTY when holding on exitChristian Duerr2020-12-17
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* Remove copyright notice from filesChristian Duerr2020-06-06
* Extend style guideline documentationChristian Duerr2020-05-05
* Send PTY resize messages through event loopDavid Hewitt2019-12-14
* Fix WinPTY freeze on terminationMaciej Makowski2019-11-16
* Add --hold CLI flagValentin Ignatev2019-10-09
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Remove outdated TODO/FIXME commentsChristian Duerr2019-09-21
* Split alacritty into a separate cratesTheodore Dubois2019-04-28