aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-05-17 22:56:55 +0200
committerThomas White <taw@bitwiz.org.uk>2016-05-17 22:56:55 +0200
commitac97e289f8555a09c5302bdc8631721505807ef2 (patch)
treef42af9922f02c576cf9c143cfa97f809823669c9 /src/sc_editor.h
parent4ea72c5e6d460864527642e0c265f4ff1f70b6fe (diff)
Advance slide from narrative window
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 cef3423..e5e415d 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -184,6 +184,7 @@ extern SCBlock *split_paragraph_at_cursor(SCEditor *e);
extern void sc_editor_set_para_highlight(SCEditor *e, int para_highlight);
extern int sc_editor_get_cursor_para(SCEditor *e);
+extern void *sc_editor_get_cursor_bvp(SCEditor *e);
extern void sc_editor_set_cursor_para(SCEditor *e, signed int pos);
extern int sc_editor_get_num_paras(SCEditor *e);