diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sc_editor.c | 2 |
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); |