aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
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 cf0b6d6..a2a9b38 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -97,6 +97,7 @@ struct _sceditor
ImageStore *is;
SCCallbackList *cbl;
struct frame *top;
+ int para_highlight;
/* Redraw/scroll stuff */
GtkScrollablePolicy hpol;
@@ -181,4 +182,6 @@ extern void sc_editor_delete_selected_frame(SCEditor *e);
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);
+
#endif /* SC_EDITOR_H */