From: George H. <geo...@us...> - 2005-06-20 07:40:55
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14618/win32forth/src/console Modified Files: ConsoleStatbar.f Log Message: gah: added 3reverse and 4reverse to kernel and modified various files to use it. Modified stack comments in toolset.f to use -- for consistency. NOTE the new KERNEL.EXE is needed to build the system Index: ConsoleStatbar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/ConsoleStatbar.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ConsoleStatbar.f 17 May 2005 22:25:25 -0000 1.3 --- ConsoleStatbar.f 20 Jun 2005 07:40:47 -0000 1.4 *************** *** 148,155 **** \ call org console window proc ! swap ( hwnd msg lparam wparam ) ! 2swap ( lparam wparam hwnd msg ) ! swap ( lparam wparam msg hwnd ) ! &Console-Window-Proc Call CallWindowProc \ redraw our status bar --- 148,152 ---- \ call org console window proc ! 4reverse &Console-Window-Proc Call CallWindowProc \ redraw our status bar *************** *** 197,198 **** --- 194,196 ---- MODULE + |