Move the cursor to the bottom of the list. Definition at line 377 of file gui_vfslist.c. 00378 { 00379 if (gui_vfslist_warn_isempty(gv)) 00380 return; 00381 00382 gv->vr_selected = vfs_list_last(gv->list); 00383 gv->idx_selected = vfs_list_items(gv->list); 00384 00385 gui_vfslist_refresh(gv); 00386 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3