CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/28 09:51:48
Modified files:
usr.bin/tmux : cmd-set-option.c names.c server-window.c tmux.h
window.c
Log message:
We now only checking for name changes when the active pane has changed,
but that can only happen when we have already been woken up by a read
event, so there is no need for a timer, we can just check the changed
flag on the end of that read event (we already loop over the windows to
check for bells etc anyway).
