MCPcopy Create free account
hub / github.com/NetHack/NetHack / curses_alert_main_borders

Function curses_alert_main_borders

win/curses/curswins.c:740–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738
739
740void
741curses_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

Callers

nothing calls this directly

Calls 1

curses_alert_win_borderFunction · 0.85

Tested by

no test coverage detected