Diff for /gforth/vt100.fs between versions 1.4 and 1.5

version 1.4, 1999/03/23 20:24:20 version 1.5, 1999/12/03 18:24:23
Line 30  decimal Line 30  decimal
   \G row 0 is the top left-hand corner of the display).    \G row 0 is the top left-hand corner of the display).
   1+ swap 1+ swap ESC[ pn ;pn [char] H emit ;    1+ swap 1+ swap ESC[ pn ;pn [char] H emit ;
   
 : page ( -- ) \ gforth  : page ( -- ) \ facility
   \G Clear the display and set the cursor to the top left-hand    \G Clear the display and set the cursor to the top left-hand
   \G corner.    \G corner.
   ESC[ ." 2J" 0 0 at-xy ;    ESC[ ." 2J" 0 0 at-xy ;

Removed from v.1.4  
changed lines
  Added in v.1.5


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