CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2012/09/03 02:48:57
Modified files: usr.bin/tmux : client.c server-fn.c Log message: If stdin in the client is enable immediately, tmux will eat anything sent to stdin before it is needed, which can be inconvenient (eg pasting commands). Instead, start with stdin disabled and reuse MSG_STDIN from server->client to mean that stdin should be enabled. Based on a diff from Chris Johnsen.