| 738 | |
| 739 | |
| 740 | void |
| 741 | curses_alert_main_borders(boolean onoff) |
| 742 | { |
| 743 | curses_alert_win_border(MAP_WIN, onoff); |
| 744 | curses_alert_win_border(MESSAGE_WIN, onoff); |
| 745 | curses_alert_win_border(STATUS_WIN, onoff); |
| 746 | curses_alert_win_border(INV_WIN, onoff); |
| 747 | } |
| 748 | |
| 749 | /* Return true if given wid is a main NetHack window */ |
| 750 |
nothing calls this directly
no test coverage detected