aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sc_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index 35a96c0..ce467f7 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -911,7 +911,7 @@ static void insert_text(char *t, SCEditor *e)
struct wrap_box *nbox;
- printf("Adding line break\n");
+ printf("Adding line break (new box)\n");
/* Add a new box containing the text after the break */
insert_box(&e->cursor_frame->lines[sln], sbx);