From 2524b1ed11177561f4eab2d86337db241e7c2b90 Mon Sep 17 00:00:00 2001 From: xavi Date: Sat, 21 Sep 2024 19:45:54 -0700 Subject: [PATCH] Fixed small bug that moved the blocked column over by an addtional col width --- src/dodo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dodo.c b/src/dodo.c index aab8d78..6eee0e9 100644 --- a/src/dodo.c +++ b/src/dodo.c @@ -331,6 +331,8 @@ int display_task_list(int start_col, sqlite3 *db, filtered_tasks* task){ // end X_goright(start_col); } + // reset to the beginning of the line + printf("\r"); // if while loop broke and rc returned an error if ( rc == SQLITE_ERROR ){