aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2017-01-13 23:07:09 +0100
committerThomas White <taw@bitwiz.org.uk>2017-01-13 23:07:09 +0100
commiteeff763f780c06f5421c60dc9e9820f13aca91f4 (patch)
treeccfe463133cdcd227aebece3e8e8077e3976a5d0 /src/frame.h
parent4495f3ca17aed37702c0576226d1e88875c24fe9 (diff)
Add a load of debug magic keys
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index f594d05..4f8be33 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -114,7 +114,7 @@ extern double total_height(struct frame *fr);
extern Paragraph *last_open_para(struct frame *fr);
extern Paragraph *current_para(struct frame *fr);
extern void close_last_paragraph(struct frame *fr);
-
+extern void show_para(Paragraph *p);
extern void set_para_spacing(Paragraph *para, float space[4]);
extern double paragraph_height(Paragraph *para);