]> Pileus Git - lackey/blobdiff - src/view/todo.c
Add some mouse support
[lackey] / src / view / todo.c
index 430cbf8d2bad540d7519354b85bd95338ea560d0..acc068224eefcf0c1de26f4415f340c500898c0b 100644 (file)
@@ -1,3 +1,5 @@
+#include <ncurses.h>
+
 /* todo init */
 void todo_init(void)
 {
@@ -9,7 +11,7 @@ void todo_draw(void)
 }
 
 /* todo run */
-int todo_run(int chr)
+int todo_run(int key, mmask_t btn, int row, int col)
 {
        return 0;
 }