From: George H. <geo...@us...> - 2013-03-08 00:07:55
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21580/console Modified Files: Console1.f Log Message: Moved words to application space so that setup could be turnkeyed. Work in progress. Index: Console1.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/Console1.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Console1.f 26 Jul 2009 13:16:27 -0000 1.8 --- Console1.f 8 Mar 2013 00:07:53 -0000 1.9 *************** *** 234,237 **** --- 234,239 ---- \ 0 value savecony + in-application + 2 PROC ShowWindow : show-window ( n -- ) *************** *** 265,270 **** \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ - in-application - SYNONYM EKEY KEY ( -- u ) SYNONYM EKEY? KEY? ( -- flag ) --- 267,270 ---- |