aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-10-19 20:16:09 +0100
committerThomas White <taw@bitwiz.org.uk>2015-10-19 20:16:17 +0100
commit5fec4438867ec944f02d1fdff46c70e1e36fb18a (patch)
tree2d3d8b3fc7541f876416f6f8205f3817e497589d /src/frame.h
parent6b4ac5c656fd35a13a74ad1ed215a7182046fa1f (diff)
Paragraph start lines (sort of)
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 8cb0e79..f22f5f8 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -64,6 +64,7 @@ struct frame
int n_paragraphs;
struct wrap_line **paragraphs;
+ int *paragraph_start_lines;
/* The rectangle allocated to this frame, determined by the renderer */
double x;