mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
e4573de97b40a7aaebcdcd2a4b699b5f995fe506

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
87.4%
Roff
7.1%
Shell
2.7%
Yacc
1.4%
M4
0.8%
Other
0.5%