From: Rod O. <rod...@us...> - 2008-12-26 17:12:11
|
Update of /cvsroot/win32forth/win32forth/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23108 Modified Files: Primutil.f Log Message: Rod: restored _conHndl in NoConsoleIO Index: Primutil.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Primutil.f,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** Primutil.f 19 Dec 2008 22:36:56 -0000 1.43 --- Primutil.f 26 Dec 2008 17:12:03 -0000 1.44 *************** *** 837,841 **** ['] K_NOOP1 IS GETROWOFF ['] K_NOOP1 IS &THE-SCREEN ! \ reset BYE to default ( althought should have never changed) ['] k_bye IS bye ; --- 837,842 ---- ['] K_NOOP1 IS GETROWOFF ['] K_NOOP1 IS &THE-SCREEN ! ['] _conHndl IS ConHndl ! \ reset BYE to default ( although should have never changed) ['] k_bye IS bye ; |