summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty
AgeCommit message (Expand)Author
2024-05-01Add `from_file_descriptors()` to `tty::unix`Owen Law
2024-03-18Allow setting terminal env vars via PTY optionsKirill Bulatov
2024-03-12Fix hint `Select` action for hyperlink escapeChristian Duerr
2024-03-09Set PTY's pixel size on startupKirill Chibisov
2024-03-09Send exit code events on child process exitKirill Bulatov
2024-03-07Expose more process info on WindowsSmall White
2024-02-08Remove extra TIOCSWINSZ ioctl on startupKirill Chibisov
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-11Use openpty-rustix instead of nixKirill Chibisov
2023-10-08Fix PTY being closed on creationKirill Chibisov
2023-10-08Update dependenciesChristian Duerr
2023-10-07Port from mio to pollingJohn Nunley
2023-07-13Unset `XDG_ACTIVATION_TOKEN` in alacritty_terminalKirill Chibisov
2023-06-19Add support for loading conpty.dllPavel Roskin
2023-06-11Bump dependenciesPavel Roskin
2023-05-17Update xdg and dirs crateKirill Chibisov
2023-02-02Prefer environment variables over passwdJovan Gerodetti
2022-10-22Fix startup failure on macOS with dash as /bin/shKirill Chibisov
2022-09-30Migrate from winapi to windows-syskillian
2022-09-01Add IPC config subcommandChristian Duerr
2022-07-24Register Alacritty shells as tty sessions on macOSChris Copeland
2022-07-20Remove panics from UNIX PTY initializationMikayla Maki
2022-07-20Replace `map().unwrap_or()` with `map_or()`Chris Copeland
2022-06-02Fix a few minor clippy lintsYuri Astrakhan
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2021-12-19Remove shared PID/FD variablesChristian Duerr
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-11-15Update signal-hook to 0.3.10James McCoy
2021-10-23Add multi-window supportChristian Duerr
2021-10-11Update rustfmt configurationChristian Duerr
2021-09-15Remove unused struct fieldsChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-01-01Remove Windows WinPTY backendChristian Duerr
2020-12-22Remove terminfo dependencyCaden Haustein
2020-09-27Add support for single line terminalsii41
2020-08-31Disable WinPTY with windows-gnu toolchainMateusz MikuĊ‚a
2020-08-06Use `tcgetpgrp` to get PID for SpawnNewInstanceChristian Duerr
2020-07-28Bump minimum supported Rust version to 1.43.0Kirill Chibisov
2020-07-14Fallback to SHELL instead of passwd if presentMattbazooka
2020-07-11Remove gui dependencies from alacritty_terminalKirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-06-05Refactor Shell, Command, and Launcher to share implKirill Chibisov
2020-06-02Add cargo feature for WinPTYDavid Hewitt
2020-05-27Set IUTF8 input setting on supported platformsKirill Chibisov
2020-05-05Extend style guideline documentationChristian Duerr
2020-02-10Revert "Fix backspace deleting chars when IME is open"Christian Duerr
2020-01-28Fix inconsistent test module namingChristian Duerr
2020-01-15Remove Windows working directory canonicalizationDavid Hewitt
2020-01-12Fix crash with invalid working directoryChristian Duerr
2020-01-02Clean up Windows PTY string handlingDavid Hewitt