mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 10:28:54 +00:00
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 therfore introduces WINDOW_ALERTFLAGS to help with this.
This commit is contained in:
parent
aa4920fea3
commit
c103f2fbcb
1
tmux.h
1
tmux.h
@ -1005,6 +1005,7 @@ struct window {
|
||||
#define WINDOW_REDRAW 0x4
|
||||
#define WINDOW_SILENCE 0x8
|
||||
#define WINDOW_ZOOMED 0x10
|
||||
#define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
|
||||
|
||||
struct options options;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user