[gforth] / gforth / vt100.fs  

gforth: gforth/vt100.fs

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

version 1.4, Tue Mar 23 20:24:20 1999 UTC version 1.5, Fri Dec 3 18:24:23 1999 UTC
Line 30 
Line 30 
   \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 ;


Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help