From cd5b7c2b8905619e2c66959178c92fc41a712eb7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 11 Mar 2014 23:15:34 +0100 Subject: New way of doing cursor position --- src/presentation.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/presentation.h') diff --git a/src/presentation.h b/src/presentation.h index 09c6878..d66692e 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -139,6 +139,11 @@ struct presentation struct frame **selection; int n_selection; int max_selection; + + /* Location of the cursor */ + struct frame *cursor_frame; + int cursor_line; + int cursor_box; size_t cursor_pos; /* This is the "native" size of the slide. It only exists to give -- cgit v1.2.3