From: Jos v.d.V. <jo...@us...> - 2008-10-25 15:16:27
|
Update of /cvsroot/win32forth/win32forth/src/console In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20016 Modified Files: NewConsole.f Log Message: Jos: Changed some stacknotations Index: NewConsole.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/NewConsole.f,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** NewConsole.f 2 Sep 2008 07:01:23 -0000 1.28 --- NewConsole.f 25 Oct 2008 15:16:21 -0000 1.29 *************** *** 196,200 **** : c_getcolrow ( -- col row ) VisibleColRow: cmd ; : c_getxy ( -- x y ) GetXY: cmd ; ! : c_gotoxy ( -- x y ) GoToXY: cmd ; internal external --- 196,200 ---- : c_getcolrow ( -- col row ) VisibleColRow: cmd ; : c_getxy ( -- x y ) GetXY: cmd ; ! : c_gotoxy ( x y -- ) GoToXY: cmd ; internal external |