CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/19 17:03:55
Modified files:
usr.bin/tmux : cmd-choose-window.c cmd-find-window.c
cmd-load-buffer.c session.c tmux.h
Log message:
Unify the way sessions are used by callbacks - store the address and use
the reference count, then check it is still on the global sessions list
in the callback.
