aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index 5b932e6..7f41a41 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -66,6 +66,11 @@ struct frame *frame_new()
n->num_children = 0;
n->scblocks = NULL;
+ n->n_paragraphs = 0;
+ n->paragraphs = NULL;
+ n->paragraph_start_lines = NULL;
+ n->lines = NULL;
+ n->n_lines = 0;
n->boxes = bv_new();