diff options
Diffstat (limited to 'ui_elements.c')
-rw-r--r-- | ui_elements.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui_elements.c b/ui_elements.c index b9885a0..4b5c8cb 100644 --- a/ui_elements.c +++ b/ui_elements.c @@ -66,7 +66,8 @@ static int passwd_input_cb(WINDOW *wnd, void *data, int key) { struct input *a = (struct input *) data; - +printf("XXXXXXX\n"); +return DOUI_OK; /* * if ( process_key(key, pw_input, wnd_main) == false ) { * curs_set(0); |