commit | 90ae7682ed06557bd4d8deac9d9e48ecc7b38a07 | [log] [download] |
---|---|---|
author | nicm <nicm> | Thu Oct 10 11:59:23 2013 +0000 |
committer | nicm <nicm> | Thu Oct 10 11:59:23 2013 +0000 |
tree | bd7ee4ecc69a1f3fdc1f8751eab9971f75058e48 | |
parent | e6af0ad23e1a43add71dd09a03c05057aab26748 [diff] |
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.