coder/pty
Cian Johnston 98a076fb46
chore(pty/ptytest): add sync.Once to close (#10220)
2023-10-11 16:47:02 +01:00
..
ptytest chore(pty/ptytest): add sync.Once to close (#10220) 2023-10-11 16:47:02 +01:00
pty.go refactor: PTY & SSH (#7100) 2023-04-24 14:53:57 +04:00
pty_linux.go fix: Terminal emulation used by SSH sessions (#3473) 2022-09-12 19:27:51 +03:00
pty_other.go refactor: PTY & SSH (#7100) 2023-04-24 14:53:57 +04:00
pty_windows.go fix(pty): close output writer before reader on Windows to unblock close (#8299) 2023-07-05 15:25:07 +03:00
ssh_other.go fix: Terminal emulation used by SSH sessions (#3473) 2022-09-12 19:27:51 +03:00
start.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_other.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_other_test.go fix: avoid logging env in unit tests (#9885) 2023-09-27 13:34:40 +01:00
start_test.go fix: use terminal emulator that keeps state in ReconnectingPTY tests (#9765) 2023-09-19 17:57:30 +00:00
start_windows.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_windows_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00