--- gforth/engine/signals.c 2007/04/01 13:31:26 1.36 +++ gforth/engine/signals.c 2007/12/16 15:22:05 1.37 @@ -232,7 +232,7 @@ void get_winsize() #endif if (rows==0) rows=DEFAULTROWS; - if (rows==0) + if (cols==0) cols=DEFAULTCOLS; }