tweaks: remove a useless cursor movement
parent
b92d35d1f2
commit
03fd6f3af8
|
@ -631,8 +631,6 @@ void browser_refresh(void)
|
|||
line++;
|
||||
col = 0;
|
||||
}
|
||||
|
||||
wmove(edit, line, col);
|
||||
}
|
||||
|
||||
/* If requested, put the cursor on the selected item and switch it on. */
|
||||
|
|
Loading…
Reference in New Issue