Load todo items on startup
Reload (and show) items into the list box after reading data files. Reported-by: BARE Willy sprl <barewillysprl@euphonynet.be> Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -199,6 +199,11 @@ void ui_todo_load_items(void)
|
||||
listbox_load_items(&lb_todo, n);
|
||||
}
|
||||
|
||||
void ui_todo_sel_reset(void)
|
||||
{
|
||||
listbox_sel_move(&lb_todo, 0);
|
||||
}
|
||||
|
||||
void ui_todo_sel_move(int delta)
|
||||
{
|
||||
listbox_sel_move(&lb_todo, delta);
|
||||
|
||||
Reference in New Issue
Block a user