coder/pty
Ammar Bandukwala a09ffd6c0d
feat: show better error on invalid template upload (#3847)
* feat: show better error on invalid template upload

* Fix tests
2022-09-02 22:48:40 +00:00
..
ptytest feat: show better error on invalid template upload (#3847) 2022-09-02 22:48:40 +00:00
pty.go Explain pty Process abstraction (#3254) 2022-07-27 17:03:55 -07:00
pty_linux.go bug: Don't try to handle SIGINT when prompting for passwords (#1498) 2022-05-18 15:26:38 +00:00
pty_other.go fix: Fix close in `pty` and `ptytest` (#3392) 2022-08-05 21:31:54 +03:00
pty_windows.go Return proper exit code on ssh with TTY (#3192) 2022-07-27 14:23:28 -05:00
start.go Return proper exit code on ssh with TTY (#3192) 2022-07-27 14:23:28 -05:00
start_other.go feat: Set SSH env vars: `SSH_CLIENT`, `SSH_CONNECTION` and `SSH_TTY` (#3622) 2022-08-23 21:19:57 +03:00
start_other_test.go feat: Set SSH env vars: `SSH_CLIENT`, `SSH_CONNECTION` and `SSH_TTY` (#3622) 2022-08-23 21:19:57 +03:00
start_windows.go Return proper exit code on ssh with TTY (#3192) 2022-07-27 14:23:28 -05:00
start_windows_test.go Return proper exit code on ssh with TTY (#3192) 2022-07-27 14:23:28 -05:00