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

Function create_status_window_tty

win/X11/winstat.c:1052–1058  ·  view source on GitHub ↗

ARGSUSED*/

Source from the content-addressed store, hash-verified

1050
1051/*ARGSUSED*/
1052void
1053create_status_window_tty(struct xwindow *wp, /* window pointer */
1054 boolean create_popup UNUSED, Widget parent)
1055{
1056 wp->type = NHW_STATUS;
1057 wp->w = create_tty_status(parent, (Widget) 0);
1058}
1059
1060void
1061destroy_status_window_tty(struct xwindow *wp)

Callers 1

create_status_windowFunction · 0.85

Calls 1

create_tty_statusFunction · 0.85

Tested by

no test coverage detected