From 5fec4438867ec944f02d1fdff46c70e1e36fb18a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 19 Oct 2015 20:16:09 +0100 Subject: Paragraph start lines (sort of) --- src/frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frame.h') 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; -- cgit v1.2.3