coder/pty
Asher 02ee724d9f
fix: do terminal emulation in reconnecting pty tests (#9114)
It looks like it is possible for screen to use control sequences instead
of literal newlines which fails the tests.

This reuses the existing readUntil function used in other pty tests.
2023-08-16 13:02:03 -08:00
..
ptytest test(pty/ptytest): fix error message on deadline exceeded (#8337) 2023-07-06 16:18:03 +03: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: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_test.go fix: do terminal emulation in reconnecting pty tests (#9114) 2023-08-16 13:02:03 -08: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 fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00