diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-17 20:04:25 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-18 18:04:18 +0100 |
commit | 1a4bf2b0a2a54393c401522611f85c2637d1de88 (patch) | |
tree | ba67832cbddbe7fd3a45a7797b369e8dd5d357aa /src/wins.c | |
parent | 2857bac97163ea43bf087e6350d44016fe1764b6 (diff) | |
download | calcurse-1a4bf2b0a2a54393c401522611f85c2637d1de88.zip |
Add a "hide completed" view to the todo panel
Add a second view to the todo panel that hides all completed items.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/wins.c')
-rw-r--r-- | src/wins.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -665,6 +665,7 @@ void wins_update_bindings(void) static int bindings_todo[] = { KEY_GENERIC_HELP, KEY_GENERIC_QUIT, KEY_GENERIC_SAVE, KEY_GENERIC_RELOAD, KEY_GENERIC_CHANGE_VIEW, + KEY_GENERIC_SCROLL_DOWN, KEY_GENERIC_SCROLL_UP, KEY_GENERIC_IMPORT, KEY_GENERIC_EXPORT, KEY_ADD_ITEM, KEY_DEL_ITEM, KEY_EDIT_ITEM, KEY_VIEW_ITEM, KEY_PIPE_ITEM, KEY_FLAG_ITEM, KEY_RAISE_PRIORITY, KEY_LOWER_PRIORITY, |