aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-12-20 11:20:27 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-12-20 11:20:27 +0100
commit8572b583712abc80ee2a791b0e66d09cbfc28721 (patch)
tree06b238a06546343c26c132e1b7fb3c0245aa6d7c /vis.h
parentcddf179106901b42b7d54023314d40624be8e418 (diff)
downloadvis-8572b583712abc80ee2a791b0e66d09cbfc28721.tar.gz
vis-8572b583712abc80ee2a791b0e66d09cbfc28721.tar.xz
vis: fix forceful redraw <C-l>
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 4ee5a99..b5c48ea 100644
--- a/vis.h
+++ b/vis.h
@@ -45,6 +45,7 @@ Vis *vis_new(Ui*);
void vis_free(Vis*);
/* instructs the user interface to draw to an internal buffer */
void vis_draw(Vis*);
+void vis_redraw(Vis*);
/* flushes the state of the internal buffer to the output device */
void vis_update(Vis*);
/* temporarily supsend the editor process, resumes upon receiving SIGCONT */