Refresh the curses GUI after a terminal resize. Definition at line 116 of file gui_draw.c. 00117 { 00118 gui_lock(); 00119 wnoutrefresh(stdscr); 00120 gui_unlock(); 00121 gui_msgbar_resize(); 00122 gui_playq_resize(); 00123 gui_browser_resize(); 00124 gui_draw_done(); 00125 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3