]> Pileus Git - lackey/blobdiff - views/day.c
Bump copyright on files modified in 2013
[lackey] / views / day.c
index 12c6f6a5354a43287b0bb2cd8e424a205d29b06f..62ef827b77e021afec25d36b42b39acf5bc93d5d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2012-2013 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -114,6 +114,9 @@ void day_draw(void)
        int y = !COMPACT+1;
        event_t *event;
 
+       /* Load cal data */
+       cal_load(YEAR, MONTH, DAY, 1);
+
        /* Print Header */
        if (COMPACT) wattron(win, A_REVERSE | A_BOLD);
        mvwhline(win, 0, 0, ' ', COLS);