--- gforth/engine/io.h 1999/01/21 20:09:14 1.6 +++ gforth/engine/io.h 1999/11/15 22:27:50 1.7 @@ -31,7 +31,7 @@ extern jmp_buf throw_jmp_buf; # define key(stdin) getch() # define key_query(stdin) FLAG(kbhit()) #else -unsigned getkey(FILE *); +Cell getkey(FILE *); long key_avail(FILE *); void prep_terminal(void); void deprep_terminal(void);