]> Pileus Git - lackey/blobdiff - src/view.h
Support multiple ical files
[lackey] / src / view.h
index 845ca41daec0a9b81f562ac2fd22a4ecf8d56eca..da63b8c8179c5e9a7f8108225600bc1cc2736c41 100644 (file)
 extern int COMPACT;
 extern int ACTIVE;
 
+/* Curses functions */
+void wmvresize(WINDOW *win, int top, int left, int rows, int cols);
+void wshrink(WINDOW *win, int top);
+
 /* Helper functions */
 void event_box(WINDOW *win, event_t *event, int y, int x, int h, int w);
 void event_line(WINDOW *win, event_t *event, int y, int x, int w, int full);