| 1782 | #endif |
| 1783 | |
| 1784 | void |
| 1785 | mac_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... |
nothing calls this directly
no test coverage detected