Fix UI resume on /url

master
Curtis McEnroe 2018-12-02 17:42:04 -05:00
parent 3cf20eb67a
commit 2222744192
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 1 additions and 0 deletions

1
ui.c
View File

@ -560,6 +560,7 @@ void uiPrompt(void) {
}
void uiRead(void) {
if (ui.hide) uiShow();
int ret;
wint_t ch;
while (ERR != (ret = wget_wch(ui.input, &ch))) {