summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/event_loop.rs
AgeCommit message (Expand)Author
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