aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/event_loop.rs
Commit message (Expand)AuthorAge
* 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