aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty/unix.rs
Commit message (Expand)AuthorAge
* Prefer environment variables over passwdJovan Gerodetti2023-02-02
* Fix startup failure on macOS with dash as /bin/shKirill Chibisov2022-10-22
* Add IPC config subcommandChristian Duerr2022-09-01
* Register Alacritty shells as tty sessions on macOSChris Copeland2022-07-24
* Remove panics from UNIX PTY initializationMikayla Maki2022-07-20
* Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Remove shared PID/FD variablesChristian Duerr2021-12-19
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Update signal-hook to 0.3.10James McCoy2021-11-15
* Add multi-window supportChristian Duerr2021-10-23
* Update rustfmt configurationChristian Duerr2021-10-11
* Remove unused struct fieldsChristian Duerr2021-09-15
* Unify the grid line indexing typesChristian Duerr2021-03-30
* 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