diff --git a/lib/readkey.c b/lib/readkey.c index 7b3811011..2073a732f 100644 --- a/lib/readkey.c +++ b/lib/readkey.c @@ -25,7 +25,7 @@ struct esc_cmds { const char *seq; - char val; + unsigned char val; }; static const struct esc_cmds esccmds[] = {