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