aboutsummaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 2f772fc..58cc226 100644
--- a/ui.c
+++ b/ui.c
@@ -217,7 +217,7 @@ send_passwd(int fifo_fd, char *passwd, size_t len)
}
static bool
-process_key(wchar_t key, struct input *a, WINDOW *win)
+process_key(char key, struct input *a, WINDOW *win)
{
bool retval = true;