]> Pileus Git - lackey/blobdiff - views/todo.c
Bug fixes
[lackey] / views / todo.c
index e4527946a31ddc67aa020c612eb10595eada62a0..47bea59855e20bb0b8f82536fd3d60e0712a60f9 100644 (file)
@@ -29,7 +29,7 @@ static int     rows;
 
 static int show_new      = 1;
 static int show_started  = 1;
-static int show_finished = 1;
+static int show_finished = 0;
 
 /* Helper functions */
 static int print_todos(WINDOW *win, int row, todo_t *todos, status_t low, status_t high)