aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-12-21 19:43:13 +0100
committerThomas White <taw@bitwiz.me.uk>2019-12-22 09:33:21 +0100
commit718314e8b9301f826f35a05fcd9567572bd62b54 (patch)
treef22215610f0b1f3e7e6c0a7021eaaebefa81c451 /libstorycode/gtk/gtknarrativeview.h
parent8afb702e583c2dfc8a72e9647870a1f1da0a8ff2 (diff)
Vertical cursor motion in narrative and slide text boxes
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.h')
-rw-r--r--libstorycode/gtk/gtknarrativeview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.h b/libstorycode/gtk/gtknarrativeview.h
index 18c97bb..02045fd 100644
--- a/libstorycode/gtk/gtknarrativeview.h
+++ b/libstorycode/gtk/gtknarrativeview.h
@@ -85,6 +85,7 @@ struct _gtknarrativeview
/* Location of the cursor */
struct edit_pos cpos;
+ double cursor_h_pos; /* Place the cursor is trying to be */
/* Rubber band boxes and related stuff */
enum narrative_drag_status drag_status;