]> Pileus Git - lackey/blobdiff - views/todo.c
Bump copyright on files modified in 2013
[lackey] / views / todo.c
index 784d6e15bc6147f23362523eebc073bcbdfbcf0f..d85f8a80496291b1cd6b8704fc8ec9da20791d8f 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
@@ -47,7 +47,9 @@ static int print_group(WINDOW *win, int row, todo_t *todos,
        int n = 1;
 
        /* Label */
+       wattron(win, A_BOLD);
        mvwprintw(win, row, 0, "%s", label);
+       wattroff(win, A_BOLD);
 
        /* Todos */
        if (show)