--- gforth/Attic/main.c 1995/12/26 17:35:37 1.32 +++ gforth/Attic/main.c 1996/01/25 16:45:54 1.33 @@ -215,6 +215,7 @@ int go_forth(Cell *image, int stack, Cel for(;stack>0;stack--) *--sp=entries[stack-1]; + get_winsize(); install_signal_handlers(); /* right place? */ if ((throw_code=setjmp(throw_jmp_buf))) {