aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.c b/vis.c
index 7edc2cd..6c92f6f 100644
--- a/vis.c
+++ b/vis.c
@@ -332,6 +332,8 @@ int vis_window_height_get(const Win *win) {
}
void vis_draw(Vis *vis) {
+ for (Win *win = vis->windows; win; win = win->next)
+ view_draw(win->view);
vis->ui->draw(vis->ui);
}