Fixed small bug that moved the blocked column over by an addtional col width
This commit is contained in:
parent
dbc57e38c9
commit
2524b1ed11
@ -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 ){
|
||||
|
Loading…
Reference in New Issue
Block a user