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

Function adjust_status_tty

win/X11/winstat.c:1080–1085  ·  view source on GitHub ↗

ARGSUSED*/

Source from the content-addressed store, hash-verified

1078
1079/*ARGSUSED*/
1080void
1081adjust_status_tty(struct xwindow *wp UNUSED, const char *str UNUSED)
1082{
1083 /* nothing */
1084 return;
1085}
1086
1087void
1088create_status_window(

Callers 1

adjust_statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected