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
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