]> Pileus Git - lackey/blobdiff - src/screen.c
Start on events and calendars
[lackey] / src / screen.c
index feb23c6c7bd213dbc2429942ca2aa158545e4ace..c1c655aa455816cbb766cfa2049afe2dd9d00b80 100644 (file)
@@ -45,7 +45,7 @@ view_t views[] = {
        { "Help",     help_init,     help_draw,     help_run,     {KEY_F(8), '8', '?'} },
 };
 
-int active = 0;
+int active = 1;
 
 /* Local functions */
 void draw_header(void)