]> Pileus Git - lackey/blobdiff - src/view/notes.c
Add some mouse support
[lackey] / src / view / notes.c
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6bb2984047a25ab9b33dcf1d74cbac7b3406d23b 100644 (file)
@@ -0,0 +1,17 @@
+#include <ncurses.h>
+
+/* notes init */
+void notes_init(void)
+{
+}
+
+/* notes draw */
+void notes_draw(void)
+{
+}
+
+/* notes run */
+int notes_run(int key, mmask_t btn, int row, int col)
+{
+       return 0;
+}