diff options
author | toni <matzeton@googlemail.com> | 2015-06-09 11:15:16 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2015-06-09 11:15:16 +0200 |
commit | 3364c4f05dc72411241b9482515bd20e17357753 (patch) | |
tree | e3a5ce1577ad328c6d1a709c8a031ae31230a378 /ui.c | |
parent | 282927c4582d34b9608d04df20d5059e6a63cfe4 (diff) |
jessie port
Diffstat (limited to 'ui.c')
-rw-r--r-- | ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |