@ssh: terminal modes, proper CR-NL handling
Open
- Dominant language
- Go
- Stars
- 28
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently gliderlabs/ssh does not implement terminal modes and instead forces all NL to become CR-NL, otherwise OpenSSH client in raw/terminal mode will not format output as expected. Presumably implementing CR/NL related terminal modes would resolve this. Until then, programs that utilize the difference between CR and NL (such as using one or the other for drawing) will appear buggy.
This is a leftover issue from https://github.com/gliderlabs/cmd/issues/59.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.