Make automatic selection of todo items smarter
* Automatically focus new todo items after adding them to the list. * Keep selection when an item is moved (e.g. by changing its priority). * Focus the next item in the list when an item is removed. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
@@ -1026,7 +1026,7 @@ void todo_delete_note(struct todo *);
|
||||
void todo_delete(struct todo *);
|
||||
void todo_resort(struct todo *);
|
||||
void todo_flag(struct todo *);
|
||||
int todo_get_position(struct todo *);
|
||||
int todo_get_position(struct todo *, int);
|
||||
void todo_edit_note(struct todo *, const char *);
|
||||
void todo_view_note(struct todo *, const char *);
|
||||
void todo_free(struct todo *);
|
||||
|
||||
Reference in New Issue
Block a user