Commit 03fd6f3a authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove a useless cursor movement

No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
...@@ -631,8 +631,6 @@ void browser_refresh(void) ...@@ -631,8 +631,6 @@ void browser_refresh(void)
line++; line++;
col = 0; col = 0;
} }
wmove(edit, line, col);
} }
/* If requested, put the cursor on the selected item and switch it on. */ /* If requested, put the cursor on the selected item and switch it on. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment