Diff for /gforth/termsize.fs between versions 1.2 and 1.3

version 1.2, 1996/01/25 16:45:56 version 1.3, 1997/07/06 14:11:22
Line 21 Line 21
 \ # rows and columns that the terminal has.  \ # rows and columns that the terminal has.
 \ these words are also present in PFE.  \ these words are also present in PFE.
   
   [IFUNDEF] form : form &24 &80 ; [THEN]
   
   [IFUNDEF] rows
 : rows ( -- u )  : rows ( -- u )
     form drop ;      form drop ;
   
 : cols ( -- u )  : cols ( -- u )
     form nip ;      form nip ;
   [THEN]

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>