From de15d47be4bb43f039a27bbd39dc41fd7e10ad59 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 6 Oct 2015 23:21:47 +0100 Subject: Fixed resize during password and tls commands --- src/ui/inputwin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui') diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index af738cc6..43e2a3a7 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -235,6 +235,7 @@ inp_get_line(void) char *line = NULL; while (!line) { line = inp_readline(); + ui_update(); } status_bar_clear(); return line; @@ -251,6 +252,7 @@ inp_get_password(void) get_password = TRUE; while (!password) { password = inp_readline(); + ui_update(); } get_password = FALSE; status_bar_clear(); -- cgit 1.4.1-2-gfad0