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

Function destroy_status_window

win/X11/winstat.c:1140–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138}
1139
1140void
1141destroy_status_window(struct xwindow *wp)
1142{
1143 if (appResources.fancy_status)
1144 destroy_status_window_fancy(wp);
1145 else
1146 destroy_status_window_tty(wp);
1147}
1148
1149void
1150adjust_status(struct xwindow *wp, const char *str)

Callers 1

X11_destroy_nhwindowFunction · 0.85

Calls 2

Tested by

no test coverage detected