diff options
-rw-r--r-- | ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))) { |
![]() |
index : ~noa/catgirl | |
Unnamed repository; edit this file 'description' to name the repository. | noa |
summaryrefslogtreecommitdiff |
-rw-r--r-- | ui.c | 1 |
@@ -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))) { |