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

Function Gem_exit_nhwindows

outdated/win/gem/wingem.c:528–538  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

526extern boolean run_from_desktop;
527
528void
529Gem_exit_nhwindows(str)
530const char *str;
531{
532 if (str)
533 Gem_raw_print(str);
534 mar_exit_nhwindows();
535 if (iflags.toptenwin)
536 run_from_desktop = FALSE;
537 iflags.window_inited = 0;
538}
539
540winid
541Gem_create_nhwindow(type)

Callers 1

bailFunction · 0.85

Calls 2

Gem_raw_printFunction · 0.85
mar_exit_nhwindowsFunction · 0.85

Tested by

no test coverage detected