aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index f8c5680..ae059b4 100644
--- a/vis.h
+++ b/vis.h
@@ -144,6 +144,13 @@ void vis_suspend(Vis*);
*/
void vis_resume(Vis*);
/**
+ * Set doupdate flag.
+ * @rst
+ * .. note:: Prevent flickering in curses by delaying window updates.
+ * @endrst
+ */
+void vis_doupdates(Vis*, bool);
+/**
* Inform the editor core that a signal occurred.
* @return Whether the signal was handled.
* @rst