CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/31 18:12:10
Modified files:
usr.bin/tmux : cmd-attach-session.c cmd-new-session.c
cmd-switch-client.c server-client.c server-fn.c
server.c session.c tmux.h
Log message:
Don't reset the activity timer for unattached sessions every second,
this screws up the choice of most-recently-used. Instead, break the time
update into a little function and do it when the session is attached.
Pointed out by jo...@.
