commit | 76bbdeb586ad93cfb16bd12db865b4c672a9168e | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Mon Jun 28 22:10:42 2010 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Mon Jun 28 22:10:42 2010 +0000 |
tree | 52ecf7ef2f819396844962ffaf1edbcb4e3bf6b1 | |
parent | 07a71fd432df5873515da82d2d620ec0d986b558 [diff] |
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).