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

Function mac_exit_nhwindows

outdated/sys/mac/macwin.c:1784–1791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1782#endif
1783
1784void
1785mac_exit_nhwindows(const char *s)
1786{
1787 clear_screen();
1788 tty_exit_nhwindows(s);
1789 mac_destroy_nhwindow(WIN_MESSAGE);
1790 mac_destroy_nhwindow(WIN_INVEN);
1791}
1792
1793/*
1794 * Don't forget to decrease in_putstr before returning...

Callers

nothing calls this directly

Calls 3

clear_screenFunction · 0.85
tty_exit_nhwindowsFunction · 0.85
mac_destroy_nhwindowFunction · 0.85

Tested by

no test coverage detected