diff options
-rw-r--r-- | util/hotboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/hotboard.c b/util/hotboard.c index 3a895e5f..584324ee 100644 --- a/util/hotboard.c +++ b/util/hotboard.c @@ -15,6 +15,7 @@ struct bs { #define isvisiableboard(bptr) \ ((bptr)->brdname[0] && \ + !((bptr)->brdattr & BRD_GROUPBOARD) && \ !(((bptr)->brdattr & (BRD_HIDE | BRD_TOP)) || \ ((bptr)->level && !((bptr)->brdattr & BRD_POSTMASK) && \ ((bptr)->level & \ |