fix a bug with backspace when cursor is hanging
This commit is contained in:
+1
-1
Submodule front-end updated: 6c6424877c...c68017bd4a
+1
-1
@@ -1033,7 +1033,7 @@ screen_cursor_move(int dy, int dx, bool scroll)
|
|||||||
clear_invalid_hanging();
|
clear_invalid_hanging();
|
||||||
|
|
||||||
if (cursor.hanging && dx < 0) {
|
if (cursor.hanging && dx < 0) {
|
||||||
dx += 1; // consume one step on the removal of "xenl"
|
//dx += 1; // consume one step on the removal of "xenl"
|
||||||
cursor.hanging = false;
|
cursor.hanging = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user