Destroy the filebrowser window. Definition at line 152 of file gui_browser.c. 00153 { 00154 delwin(win_dirname); 00155 gui_vfslist_destroy(win_browser); 00156 00157 /* Clean up our mess */ 00158 gui_browser_cleanup_flist(); 00159 if (vr_curdir != NULL) 00160 vfs_close(vr_curdir); 00161 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3