From c900972b5752c6fd10ca01a5789dc969f2648811 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 14 Mar 2016 22:24:45 +0100 Subject: Fix debug message to avoid confusion --- src/sc_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sc_editor.c') 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); -- cgit v1.2.3