From: Jos v.d.V. <jo...@us...> - 2008-08-13 11:41:10
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5402 Modified Files: NewConsole.f Log Message: Jos: Enabled MessageLoop and moved a number of applications to the new console. Others will follow... Index: NewConsole.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/NewConsole.f,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** NewConsole.f 12 Aug 2008 17:05:32 -0000 1.14 --- NewConsole.f 13 Aug 2008 11:41:05 -0000 1.15 *************** *** 173,177 **** PM_REMOVE 0 0 0 pMsg Call PeekMessage IF pMsg HandleMessages drop THEN ! ; : MessageLoop { | pMsg -- } --- 173,177 ---- PM_REMOVE 0 0 0 pMsg Call PeekMessage IF pMsg HandleMessages drop THEN ! ; )) : MessageLoop { | pMsg -- } *************** *** 181,185 **** REPEAT ; - )) \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ --- 181,184 ---- |