CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2012/05/21 12:27:42
Modified files: usr.bin/tmux : client.c cmd-load-buffer.c cmd-save-buffer.c server-client.c server-fn.c tmux.h Log message: Instead of passing stdin/stdout/stderr file descriptors over imsg and handling them in the server, handle them in the client and pass buffers over imsg. This is much tidier for some upcoming changes and the performance hit isn't critical. The tty fd is still passed to the server as before. This bumps the tmux protocol version so new clients and old servers are incompatible.