Redraw the filebrowser, because of a terminal resize. Definition at line 164 of file gui_browser.c. 00165 { 00166 gui_lock(); 00167 wresize(win_dirname, 1, COLS); 00168 mvwin(win_dirname, GUI_SIZE_BROWSER_DIRNAME_TOP, 0); 00169 clearok(win_dirname, TRUE); 00170 gui_unlock(); 00171 00172 gui_vfslist_move(win_browser, 0, GUI_SIZE_BROWSER_TOP, 00173 COLS, GUI_SIZE_BROWSER_HEIGHT); 00174 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3