--- lbbs/src/screen.c 2005/03/22 08:19:11 1.13 +++ lbbs/src/screen.c 2005/03/22 13:36:13 1.14 @@ -110,7 +110,7 @@ str_input (char *buffer, int buffer_leng while (c = igetch_t (60)) { if (c == KEY_NULL || c == KEY_TIMEOUT || c == CR) - break; + break; if (c == LF) continue; if (c == BACKSPACE)