aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty
Commit message (Expand)AuthorAge
* Remove outdated information from READMEKirill Chibisov2019-12-29
* Remove unneeded NamedPipe::connect() callsDavid Hewitt2019-12-22
* Default to ConPTY instead of WinPTYDavid Hewitt2019-12-21
* Add conpty dynamic loading restrictions docssterlingjensen2019-12-15
* Send PTY resize messages through event loopDavid Hewitt2019-12-14
* Fix deadlock when closing on Windows using ConptyDavid Hewitt2019-12-12
* Remove unnecessary lifetimes from winptysterlingjensen2019-12-05
* Fix WinPTY freeze on terminationMaciej Makowski2019-11-16
* Print launch command name on failureChristian Duerr2019-10-15
* Add support for title stack escape sequencesDustin2019-10-14
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Fix empty block selection detectionChristian Duerr2019-09-13
* Replace uninitialized with MaybeUninitMatthias Krüger2019-09-10
* Remove errno depedencyChristian Duerr2019-08-04
* Bump minimum supported Rust version to 1.34.0Christian Duerr2019-07-30
* Unset DESKTOP_STARTUP_ID environment variableChristian Duerr2019-06-16
* Fix compiler warningsMatthias Krüger2019-06-09
* Refactor config parsing filesChristian Duerr2019-05-10
* Add git hash to version string, and fix crate name (#2397)Nathan Lilienthal2019-05-03
* Fix spelling mistakesJDTX2019-04-28
* Split alacritty into a separate cratesTheodore Dubois2019-04-28