Clearline
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 0.000 sec
Graphics of the Second Kind Code Addendum 05     

Group: comp.lang.forth · Group Profile · Search for Clearline in comp.lang.forth
Author: Tim Trussell
Date: Dec 20, 2006 07:05

...fg bg x1 i fg bg &fc[1] len GFastS \ x1 x2 fg bg loop \ x1 x2 fg bg 2drop \ x2 x2 2drop \ -- ; \ ---[ ClearLine ]--------------------------------------------------- \ Clears a line on the screen to spaces, using the specified color \ for the background \ Note that if you specify a BG ...
Show full article (22.86Kb)
FWRITE - Fast Text Screen unit for 32Forth     

Group: comp.lang.forth · Group Profile · Search for Clearline in comp.lang.forth
Author: Tim Trussell
Date: Dec 4, 2006 09:48

...( x1 y1 x2 y2 fg bg -- ) \ : ClearLine ( y f b -- ) \ : Box ( x1 y1 ... \ x1 x2 attr 2drop drop \ -- ; \ ---[ ClearLine ]--------------------------------------------------- \ Clears a line on the screen ... the background \ \ Example: \ 24 White Black ClearLine : ClearLine ( y f b -- ) Attr \ ...
Show full article (19.48Kb)