diff options
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/getch2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/getch2.c b/osdep/getch2.c index 96fe45729a..81d13d9d7b 100644 --- a/osdep/getch2.c +++ b/osdep/getch2.c @@ -65,7 +65,7 @@ static struct termios tio_orig; #endif static int getch2_len=0; -static char getch2_buf[BUF_LEN]; +static unsigned char getch2_buf[BUF_LEN]; int screen_width=80; int screen_height=24; |