--- gforth/prim 2007/03/02 22:06:55 1.207 +++ gforth/prim 2007/03/25 21:30:59 1.208 @@ -1642,8 +1642,6 @@ f = key_query((FILE*)wfileid); f = key_query(stdin); #endif -\+os - stdin ( -- wfileid ) gforth ""The standard input file of the Gforth process."" wfileid = (Cell)stdin; @@ -1656,6 +1654,8 @@ stderr ( -- wfileid ) gforth ""The standard error output file of the Gforth process."" wfileid = (Cell)stderr; +\+os + form ( -- urows ucols ) gforth ""The number of lines and columns in the terminal. These numbers may change with the window size.""