CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/07 18:52:37
Modified files:
usr.bin/tmux : client.c cmd-pipe-pane.c job.c server-client.c
server.c tmux.c tmux.h tty.c window.c
Log message:
Move all calls to fcntl(...O_NONBLOCK) into a function and clear the
flag on the stdio file descriptors before closing them (fixes things
like "tmux ls && cat").
