diff options
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 7fd841f9..983cc746 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -484,8 +484,8 @@ show_brdlist(int head, int clsflag, int newflag) /* start_of_board_decoration */ - if (yank_flag == 0) - favcolor = !(cuser.uflag2 & FAVNOHILIGHT) ? "\033[1;36m" : ""; + if (!(cuser.uflag2 & FAVNOHILIGHT) && getboard(ptr->bid) != NULL) + favcolor = "\033[1;36m"; else favcolor = ""; |