aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty/unix.rs
Commit message (Expand)AuthorAge
* Add support for single line terminalsii412020-09-27
* Use `tcgetpgrp` to get PID for SpawnNewInstanceChristian Duerr2020-08-06
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* Fallback to SHELL instead of passwd if presentMattbazooka2020-07-14
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Shell, Command, and Launcher to share implKirill Chibisov2020-06-05
* Set IUTF8 input setting on supported platformsKirill Chibisov2020-05-27
* Extend style guideline documentationChristian Duerr2020-05-05
* Revert "Fix backspace deleting chars when IME is open"Christian Duerr2020-02-10
* Fix crash with invalid working directoryChristian Duerr2020-01-12
* Clean up Windows PTY string handlingDavid Hewitt2020-01-02
* Send PTY resize messages through event loopDavid Hewitt2019-12-14
* Fix WinPTY freeze on terminationMaciej Makowski2019-11-16
* Print launch command name on failureChristian Duerr2019-10-15
* 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
* 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
* Split alacritty into a separate cratesTheodore Dubois2019-04-28