CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/10/05 12:30:54
Modified files:
usr.bin/tmux : cmd.c server.c tmux.h
Log message:
If no target client is specified to commands which accept one, try to guess the
current client, in a similar manner to how sessions already work: if the
current session can be established and has only one client, use that; otherwise
use the most recently created client.
