Destroy the curses GUI. Definition at line 104 of file gui_draw.c. 00105 { 00106 gui_lock(); 00107 gui_msgbar_destroy(); 00108 gui_playq_destroy(); 00109 gui_browser_destroy(); 00110 00111 endwin(); 00112 gui_unlock(); 00113 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3