Fixed small bug that moved the blocked column over by an addtional col width

This commit is contained in:
xavi 2024-09-21 19:45:54 -07:00
parent dbc57e38c9
commit 2524b1ed11

View File

@ -331,6 +331,8 @@ int display_task_list(int start_col, sqlite3 *db, filtered_tasks* task){
// end // end
X_goright(start_col); X_goright(start_col);
} }
// reset to the beginning of the line
printf("\r");
// if while loop broke and rc returned an error // if while loop broke and rc returned an error
if ( rc == SQLITE_ERROR ){ if ( rc == SQLITE_ERROR ){