From 8572b583712abc80ee2a791b0e66d09cbfc28721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 20 Dec 2015 11:20:27 +0100 Subject: vis: fix forceful redraw --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') 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 */ -- cgit v1.2.3