--- gforth/Attic/io.h 1995/11/07 18:06:47 1.5 +++ gforth/Attic/io.h 1996/01/07 17:22:11 1.6 @@ -39,6 +39,8 @@ void prep_terminal(); void deprep_terminal(); void install_signal_handlers(void); +extern int terminal_prepped; + # define key() getkey(stdin) # define key_query -(!!key_avail(stdin)) /* !! FLAG(...)? - anton */ /* flag was originally wrong -- lennart */