CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/11/03 15:40:40
Modified files:
usr.bin/tmux : cmd.c server-client.c tmux.1 tmux.h
Log message:
Add an activity time for clients, like for sessions, and change session and
client lookup to pick the most recently used rather than the most recently
created - this is much more useful when used interactively and (because the
activity time is set at creation) should have no effect on source-file.
Based on a problem reported by Jan Johansson.