CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/10 05:59:23
Modified files:
usr.bin/tmux : tmux.h window.c
Log message:
Clear window->flags when clearing winlinks
When clearing WINLINK_ALERTFLAGS for all sessions, we must also, for
that window, clear the window->flags as well, otherwise sessions may
well still see flags for winlinks long since cleared.
This therefore introduces WINDOW_ALERTFLAGS to help with this.
