--- lbbs/src/io.c 2005/03/20 17:37:14 1.6 +++ lbbs/src/io.c 2005/03/21 05:43:43 1.7 @@ -59,7 +59,7 @@ igetch () { static char buf[256]; unsigned char c, tmp[256]; - int out = 0, loop = 1, in_esc = 0, in_ascii = 0, in_control = 0, i = 0, j; + int out = KEY_NULL, loop = 1, in_esc = 0, in_ascii = 0, in_control = 0, i = 0, j; static int len = 0, pos = 0; if (pos >= len)