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

Function domenucontrols

src/pager.c:2819–2827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2817}
2818
2819staticfn void
2820domenucontrols(void)
2821{
2822 winid cwin = create_nhwindow(NHW_TEXT);
2823
2824 show_menu_controls(cwin, FALSE);
2825 display_nhwindow(cwin, FALSE);
2826 destroy_nhwindow(cwin);
2827}
2828
2829/* data for dohelp() */
2830static const struct {

Callers

nothing calls this directly

Calls 1

show_menu_controlsFunction · 0.85

Tested by

no test coverage detected