aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui-todo.c
Commit message (Collapse)AuthorAgeFilesLines
* todo.c: Split out UI-related functionsLukas Fleischer2013-02-141-14/+193
| | | | | | | * Move UI-related functions to "ui-todo.c". * Rename UI-related functions to ui_todo_*(). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Split out UI functions for todo itemsLukas Fleischer2013-02-141-0/+140
* 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>