Send all three of stdin, stdout, stderr from the client to the server, so that
commit76bbdeb586ad93cfb16bd12db865b4c672a9168e
authorNicholas Marriott <nicm@openbsd.org>
Mon, 28 Jun 2010 22:10:42 +0000 (28 22:10 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Mon, 28 Jun 2010 22:10:42 +0000 (28 22:10 +0000)
tree52ecf7ef2f819396844962ffaf1edbcb4e3bf6b1
parent07a71fd432df5873515da82d2d620ec0d986b558
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).
client.c
cmd-load-buffer.c
cmd-save-buffer.c
server-client.c
tmux.c
tmux.h