Improve ordering of todo items
* Show uncompleted items first. * Order uncompleted and completed items by priority. * Order items with the same priority alphabetically. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
@@ -1024,6 +1024,7 @@ char *todo_hash(struct todo *);
|
||||
void todo_write(struct todo *, FILE *);
|
||||
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 *);
|
||||
void todo_edit_note(struct todo *, const char *);
|
||||
|
||||
Reference in New Issue
Block a user