aboutsummaryrefslogtreecommitdiff
path: root/src/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugger.c')
-rw-r--r--src/debugger.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/debugger.c b/src/debugger.c
index 32cea14..15012e6 100644
--- a/src/debugger.c
+++ b/src/debugger.c
@@ -145,6 +145,10 @@ static void debug_text_para(Paragraph *para, cairo_t *cr, double *ypos,
}
}
+
+ if ( get_newline_at_end(para) ) {
+ plot_text(cr, ypos, fontdesc, "Ends with newline");
+ }
}