Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | todo.c: Split out UI-related functions | Lukas Fleischer | |
* Move UI-related functions to "ui-todo.c". * Rename UI-related functions to ui_todo_*(). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | |||
2013-02-14 | Split out UI functions for todo items | Lukas Fleischer | |
* Move todo-related UI functions from "interaction.c" to a new compilation unit "ui-todo.c". * Rename all todo-related UI functions to todo_ui_*(). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> |