]> Pileus Git - lackey/blobdiff - views/day.c
Make morning time configurable
[lackey] / views / day.c
index 3e75480724d2cd748c2bf65c434a3cf455b530c9..3d7e1953c226f100bd3664d9213da87338340fd2 100644 (file)
@@ -94,7 +94,7 @@ void day_init(WINDOW *_win)
        win   = _win; //    lines    cols    y  x
        times = derwin(win, LINES-2,      5, 0, 0);
        body  = derwin(win, LINES-2, COLS-5, 0, 5);
        win   = _win; //    lines    cols    y  x
        times = derwin(win, LINES-2,      5, 0, 0);
        body  = derwin(win, LINES-2, COLS-5, 0, 5);
-       line  = 10*4; // 10:00
+       line  = MORNING*4;
 }
 
 /* Day size */
 }
 
 /* Day size */