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

Function adjust_status

win/X11/winstat.c:1149–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149void
1150adjust_status(struct xwindow *wp, const char *str)
1151{
1152 if (appResources.fancy_status)
1153 adjust_status_fancy(wp, str);
1154 else
1155 adjust_status_tty(wp, str);
1156}
1157
1158void
1159create_status_window_fancy(struct xwindow *wp, /* window pointer */

Callers 1

X11_putstrFunction · 0.85

Calls 2

adjust_status_fancyFunction · 0.85
adjust_status_ttyFunction · 0.85

Tested by

no test coverage detected