=== modified file 'termkey.c' --- termkey.c 2008-11-09 19:29:30 +0000 +++ termkey.c 2008-11-08 17:56:57 +0000 @@ -359,9 +359,6 @@ static termkey_result getkey_simple(termkey_t *tk, termkey_key *key, int force) { - if(tk->buffcount == 0) - return tk->is_closed ? TERMKEY_RES_EOF : TERMKEY_RES_NONE; - unsigned char b0 = CHARAT(0); if(b0 == 0x1b) {