From: Jos v.d.V. <jo...@us...> - 2008-10-25 15:18:07
|
Update of /cvsroot/win32forth/win32forth/src/console In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20085 Modified Files: CommandWindow.f Log Message: Jos: Changed a stacknotation Index: CommandWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/CommandWindow.f,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** CommandWindow.f 16 Sep 2008 08:39:40 -0000 1.19 --- CommandWindow.f 25 Oct 2008 15:18:04 -0000 1.20 *************** *** 43,47 **** int Y :M SetXY: ( X Y -- ) to Y to X ;M ! :M GetXY: ( X Y -- ) X Y ;M int text \ pointer to text buffer --- 43,47 ---- int Y :M SetXY: ( X Y -- ) to Y to X ;M ! :M GetXY: ( -- X Y ) X Y ;M int text \ pointer to text buffer |