aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-02-20 00:22:52 +0100
committerThomas White <taw@bitwiz.org.uk>2013-02-20 00:22:52 +0100
commit59c7b765c44ee2ae3e81366bea2fc149e2466d13 (patch)
treea88d6c5262503330da1785542a9ed0f44be80392 /src/presentation.h
parentecb437e07db5d0edc3ee57f682b277ab8238537b (diff)
(Very) basic text editing
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index c43cb9a..6a31fdd 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -76,6 +76,7 @@ struct presentation
struct frame **selection;
int n_selection;
int max_selection;
+ size_t cursor_pos;
/* This is the "native" size of the slide. It only exists to give
* font size some meaning in the context of a somewhat arbitrary DPI */