CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/08/11 15:28:11
Modified files: usr.bin/tmux : client.c server-msg.c tmux.h tty.c window.c Log message: Have the client pass its stdin fd to the server when identifying itself and have the server use that rather than reopening the tty. If the fd isn't given, use the old behaviour (so no need for a version change). This allows tmux to be used as the shell, so also change so that when working out the command to execute if default-command is empty (the default), tmux will try not execute itself.