aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.c b/vis.c
index 0adb491..cf0a922 100644
--- a/vis.c
+++ b/vis.c
@@ -548,6 +548,7 @@ void vis_draw(Vis *vis) {
void vis_redraw(Vis *vis) {
vis->ui->redraw(vis->ui);
+ vis_update(vis);
}
void vis_update(Vis *vis) {