X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=views%2Ftodo.c;fp=views%2Ftodo.c;h=47bea59855e20bb0b8f82536fd3d60e0712a60f9;hb=04f125d55c343fee27ef0c344451b626a13318a7;hp=e4527946a31ddc67aa020c612eb10595eada62a0;hpb=ba2658aef9fdf5965818bddaef06ce2e3945bd41;p=lackey diff --git a/views/todo.c b/views/todo.c index e452794..47bea59 100644 --- a/views/todo.c +++ b/views/todo.c @@ -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)