aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-14 22:24:45 +0100
committerThomas White <taw@bitwiz.org.uk>2016-03-14 22:24:45 +0100
commitc900972b5752c6fd10ca01a5789dc969f2648811 (patch)
treef9fc4ff970c9df79c62f812525c80ecb12103a48
parent66fa8fcaf035832193e7b4c0684a76d8e3e4071e (diff)
Fix debug message to avoid confusion
-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);