]> Pileus Git - lackey/blob - src/view/todo.c
acc068224eefcf0c1de26f4415f340c500898c0b
[lackey] / src / view / todo.c
1 #include <ncurses.h>
2
3 /* todo init */
4 void todo_init(void)
5 {
6 }
7
8 /* todo draw */
9 void todo_draw(void)
10 {
11 }
12
13 /* todo run */
14 int todo_run(int key, mmask_t btn, int row, int col)
15 {
16         return 0;
17 }