CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/12 00:04:28
Modified files:
usr.bin/tmux : client.c
Log message:
imsg closes the fd after sending, so dup() STDIN_FILENO before passing it to
the parent, otherwise TIOCGWINSZ will fail when the window is resized (that
could actually be moved into the server but this is more future-proof and
avoids breaking the protocol).
