void gui_vfslist_cursor_tail ( struct gui_vfslist gv  ) 

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:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:35 2010 for herrie by  doxygen 1.6.3