aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty
Commit message (Expand)AuthorAge
* Fix spelling errorsJosh Soref2024-08-14
* Fix IO safety violation from consequent dropping `OwnedFd`Jakob Hellermann2024-08-14
* Fix FD leak after closing child windowsChristian Duerr2024-08-14
* Ignore shell RCs for macOS zsh wrapperNathan Lilienthal2024-08-14
* Add `from_file_descriptors()` to `tty::unix`Owen Law2024-08-14
* Allow setting terminal env vars via PTY optionsKirill Bulatov2024-08-14
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-08-14
* Set PTY's pixel size on startupKirill Chibisov2024-08-14
* Send exit code events on child process exitKirill Bulatov2024-08-14
* Expose more process info on WindowsSmall White2024-08-14
* Remove extra TIOCSWINSZ ioctl on startupKirill Chibisov2024-02-08
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Use openpty-rustix instead of nixKirill Chibisov2023-10-11
* Fix PTY being closed on creationKirill Chibisov2023-10-08
* Update dependenciesChristian Duerr2023-10-08
* Port from mio to pollingJohn Nunley2023-10-07
* Unset `XDG_ACTIVATION_TOKEN` in alacritty_terminalKirill Chibisov2023-07-13
* Add support for loading conpty.dllPavel Roskin2023-06-19
* Bump dependenciesPavel Roskin2023-06-11
* Update xdg and dirs crateKirill Chibisov2023-05-17
* Prefer environment variables over passwdJovan Gerodetti2023-02-02
* Fix startup failure on macOS with dash as /bin/shKirill Chibisov2022-10-22
* Migrate from winapi to windows-syskillian2022-09-30
* 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
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* 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
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Remove terminfo dependencyCaden Haustein2020-12-22
* Add support for single line terminalsii412020-09-27
* Disable WinPTY with windows-gnu toolchainMateusz MikuĊ‚a2020-08-31
* 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 gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Shell, Command, and Launcher to share implKirill Chibisov2020-06-05
* Add cargo feature for WinPTYDavid Hewitt2020-06-02
* 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