--- gforth/Attic/io.c 1995/12/26 17:35:36 1.12 +++ gforth/Attic/io.c 1996/01/07 17:22:11 1.13 @@ -183,7 +183,7 @@ static int eof_char = CTRL ('D'); /* **************************************************************** */ /* Non-zero means that the terminal is in a prepped state. */ -static int terminal_prepped = 0; +int terminal_prepped = 0; #if defined (NEW_TTY_DRIVER)