--- gforth/Attic/io.h 1996/01/07 17:22:11 1.6 +++ gforth/Attic/io.h 1996/01/25 16:45:53 1.7 @@ -38,8 +38,10 @@ long key_avail(FILE *); void prep_terminal(); void deprep_terminal(); void install_signal_handlers(void); +void get_winsize(void); extern int terminal_prepped; +extern UCell rows, cols; # define key() getkey(stdin) # define key_query -(!!key_avail(stdin)) /* !! FLAG(...)? - anton */