aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-05-14 22:38:25 +0200
committerThomas White <taw@bitwiz.org.uk>2016-05-14 22:38:25 +0200
commitae4799ece4fb654759f9e499d4ebb9f3269b0f33 (patch)
treee3b89f2579d0d5a5e59536477ee8a664f836d394 /src/sc_editor.h
parent374120d3ccedb064c30b09ddd48131bc1b0a5df8 (diff)
Change narrative paragraph instead of advancing slide
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index a2a9b38..cef3423 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -183,5 +183,8 @@ extern void sc_editor_remove_cursor(SCEditor *e);
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_set_cursor_para(SCEditor *e, signed int pos);
+extern int sc_editor_get_num_paras(SCEditor *e);
#endif /* SC_EDITOR_H */