From: Rod O. <rod...@us...> - 2009-01-23 16:28:04
|
Update of /cvsroot/win32forth/win32forth/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11081/src Modified Files: Utils.f Log Message: Rod: added SCROLLTOVIEW in _MS to update the console after a delay Index: Utils.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Utils.f,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Utils.f 27 Dec 2008 16:06:49 -0000 1.24 --- Utils.f 23 Jan 2009 16:27:54 -0000 1.25 *************** *** 490,494 **** \ September 17th, 2003 - 10:38 dbu : _MS ( u -- ) \ delay u milli-seconds or forever if u=-1. ! Call Sleep drop ; ' _MS IS MS --- 490,496 ---- \ September 17th, 2003 - 10:38 dbu : _MS ( u -- ) \ delay u milli-seconds or forever if u=-1. ! dup Call Sleep drop ! IF SCROLLTOVIEW THEN \ update the console after a delay ! ; ' _MS IS MS *************** *** 511,515 **** : pause-seconds ( n1 -- ) cr ." Delaying: " dup . ." seconds, press a key to HOLD " - SCROLLTOVIEW 30 min 1 max 10 * 0 ?do 100 ms --- 513,516 ---- |