summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/src/tty/windows
AgeCommit message (Expand)Author
12 daysMake `ConPty` creation fallible张小白
2024-03-18Allow setting terminal env vars via PTY optionsKirill Bulatov
2024-03-09Send exit code events on child process exitKirill Bulatov
2024-03-07Expose more process info on WindowsSmall White
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-07Port from mio to pollingJohn Nunley
2023-06-19Add support for loading conpty.dllPavel Roskin
2023-06-11Bump dependenciesPavel Roskin
2022-09-30Migrate from winapi to windows-syskillian
2022-09-01Add IPC config subcommandChristian Duerr
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-10-11Update rustfmt configurationChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-01-01Remove Windows WinPTY backendChristian Duerr
2020-09-27Add support for single line terminalsii41
2020-08-31Disable WinPTY with windows-gnu toolchainMateusz Mikuła
2020-07-28Bump minimum supported Rust version to 1.43.0Kirill Chibisov
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-05Extend style guideline documentationChristian 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
2019-12-29Remove outdated information from READMEKirill Chibisov
2019-12-22Remove unneeded NamedPipe::connect() callsDavid Hewitt
2019-12-21Default to ConPTY instead of WinPTYDavid Hewitt
2019-12-15Add conpty dynamic loading restrictions docssterlingjensen
2019-12-14Send PTY resize messages through event loopDavid Hewitt
2019-12-12Fix deadlock when closing on Windows using ConptyDavid Hewitt
2019-12-05Remove unnecessary lifetimes from winptysterlingjensen
2019-11-16Fix WinPTY freeze on terminationMaciej Makowski
2019-10-14Add support for title stack escape sequencesDustin
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-05-10Refactor config parsing filesChristian Duerr
2019-05-03Add git hash to version string, and fix crate name (#2397)Nathan Lilienthal
2019-04-28Fix spelling mistakesJDTX
2019-04-28Split alacritty into a separate cratesTheodore Dubois