diff --git a/eval.go b/eval.go index 9c98120..dfb7eb9 100644 --- a/eval.go +++ b/eval.go @@ -271,6 +271,7 @@ func (e *CallExpr) eval(app *App, args []string) { app.nav.save(false) saveFiles(nil, false) case "redraw": + app.ui.sync() app.ui.renew() app.nav.renew(app.ui.wins[0].h) default: