mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Send all three of stdin, stdout, stderr from the client to the server, so that commands can directly make use of them. This means that load-buffer and save-buffer can have "-" as the file to read from stdin or write to stdout. This is a protocol version bump so the tmux server will need to be restarted after upgrade (or an older client used).
Ensure we overwrite wide characters properly, and never overwrite characters we weren't overlapping.
Description
No description provided
Languages
C
90.8%
Roff
6.9%
M4
0.9%
Awk
0.6%
Makefile
0.4%
Other
0.3%