aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty/windows
Commit message (Expand)AuthorAge
* Add alacritty_terminal option to escape pty argsfeeiyu2025-08-02
* Migrate to 2024 editionChristian Duerr2025-07-13
* Bump all dependenciesChristian Duerr2024-11-02
* Make `ConPty` creation fallible张小白2024-08-16
* Allow setting terminal env vars via PTY optionsKirill Bulatov2024-03-18
* Send exit code events on child process exitKirill Bulatov2024-03-09
* Expose more process info on WindowsSmall White2024-03-07
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Port from mio to pollingJohn Nunley2023-10-07
* Add support for loading conpty.dllPavel Roskin2023-06-19
* Bump dependenciesPavel Roskin2023-06-11
* Migrate from winapi to windows-syskillian2022-09-30
* Add IPC config subcommandChristian Duerr2022-09-01
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Update rustfmt configurationChristian Duerr2021-10-11
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Add support for single line terminalsii412020-09-27
* Disable WinPTY with windows-gnu toolchainMateusz Mikuła2020-08-31
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* 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
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix inconsistent test module namingChristian Duerr2020-01-28
* Remove Windows working directory canonicalizationDavid Hewitt2020-01-15
* Fix crash with invalid working directoryChristian Duerr2020-01-12
* Clean up Windows PTY string handlingDavid Hewitt2020-01-02
* 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
* Add support for title stack escape sequencesDustin2019-10-14
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* 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