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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index 180c70f..be36922 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -614,8 +614,8 @@ static void do_backspace(struct frame *fr, SCEditor *e)
// } while ( (scbl != fbox->scblock) && (scbl != NULL) );
full_rerender(e); /* FIXME: No need for full */
- fixup_cursor(e);
- sc_editor_redraw(e);
+ //fixup_cursor(e);
+ //sc_editor_redraw(e);
}