From: Rod O. <rod...@us...> - 2008-07-21 20:16:25
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7560 Modified Files: CommandWindow.f Log Message: Rod: added Update: self in OverwriteTextAtXY: as type did not display text immediately in the console Index: CommandWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/CommandWindow.f,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CommandWindow.f 18 Jul 2008 19:46:00 -0000 1.6 --- CommandWindow.f 21 Jul 2008 20:16:22 -0000 1.7 *************** *** 730,733 **** --- 730,734 ---- WHILE CR: self /string 13 skip 10 skip REPEAT 3drop + Update: self \ AutoScroll: self ;M |