aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-28 22:28:21 +0200
committerThomas White <taw@bitwiz.org.uk>2016-03-28 22:51:11 +0200
commitd4de5d06c2ac66b15aa01da3f29dbb33ea270249 (patch)
treef8d1735975c4e0df11fc57304e94053958ea8c85 /src/sc_editor.h
parent4def920737575625a8336a41a4310cc52052ce01 (diff)
Cursor stuff
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 99afa50..eaa7f41 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -119,6 +119,7 @@ struct _sceditor
struct frame *cursor_frame;
int cursor_para; /* paragraph index */
int cursor_pos; /* character offset into paragraph */
+ int cursor_trail;
/* Border surrounding actual slide within drawingarea */
double border_offs_x;