aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index 32974fb..aabb84a 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -724,6 +724,7 @@ static void do_backspace(struct frame *fr, SCEditor *e)
delete_text_from_frame(e->cursor_frame, e->sel_start, e->sel_end, wrapw);
/* Cursor goes at start of deletion */
+ sort_positions(&e->sel_start, &e->sel_end);
e->cursor_para = e->sel_start.para;
e->cursor_pos = e->sel_start.pos;
e->cursor_trail = e->sel_start.trail;