aboutsummaryrefslogtreecommitdiff
path: root/src/ui_nask.c
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-07-29 16:27:16 +0200
committertoni <matzeton@googlemail.com>2016-07-29 16:27:16 +0200
commit4fdda7f0ec6efd185f8cc8f88accdfef84d8c0f1 (patch)
treea5b426542e50d9af3ea2b03b7e3acc3c024b72f4 /src/ui_nask.c
parent78e05eba11d08be64460a829e452d99da91800d7 (diff)
bar
Diffstat (limited to 'src/ui_nask.c')
-rw-r--r--src/ui_nask.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui_nask.c b/src/ui_nask.c
index f1a571d..597e42a 100644
--- a/src/ui_nask.c
+++ b/src/ui_nask.c
@@ -97,8 +97,10 @@ passwd_input_cb(WINDOW *wnd, void *data, int key)
while (ui_wgetchtest(1500, '\n') != DOUI_KEY) { };
}
+ ui_thrd_suspend();
set_txtwindow_active(infownd, false);
activate_input(pw_input);
+ ui_thrd_resume();
break;
case UIKEY_BACKSPACE:
del_input(wnd, a);