Re: [PATCH] Clear window->flags when clearing winlinks

2013-08-20 Thread Nicholas Marriott
Sure, go for it. Thanks On Tue, Aug 20, 2013 at 10:41:56AM +0100, Thomas wrote: > 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 therfore

[PATCH] Clear window->flags when clearing winlinks

2013-08-20 Thread Thomas
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 therfore introduces WINDOW_ALERTFLAGS to help with this. --- tmux.h | 1 + window.c | 1 + 2 files