From 718314e8b9301f826f35a05fcd9567572bd62b54 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 21 Dec 2019 19:43:13 +0100 Subject: Vertical cursor motion in narrative and slide text boxes --- libstorycode/gtk/gtknarrativeview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libstorycode/gtk/gtknarrativeview.h') 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; -- cgit v1.2.3