Move the cursor to the top of the list. Definition at line 365 of file gui_vfslist.c. 00366 { 00367 if (gui_vfslist_warn_isempty(gv)) 00368 return; 00369 00370 gv->vr_top = gv->vr_selected = vfs_list_first(gv->list); 00371 gv->idx_top = gv->idx_selected = (gv->vr_selected != NULL) ? 1 : 0; 00372 00373 gui_vfslist_refresh(gv); 00374 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3