aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index d66692e..8add695 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -144,7 +144,7 @@ struct presentation
struct frame *cursor_frame;
int cursor_line;
int cursor_box;
- size_t cursor_pos;
+ int cursor_pos; /* characters into box */
/* 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 */