CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/04 17:27:51
Modified files:
usr.bin/tmux : client.c cmd-attach-session.c cmd-new-session.c
server-client.c tmux.h
Log message:
Move the nested check from client to server and compare the client tty
name to all the pane pty names instead of comparing socket paths. This
means that "new -d" will work without unsetting $TMUX.
