From: George H. <geo...@us...> - 2008-06-28 20:40:36
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13216/console Modified Files: CommandWindow.f Log Message: Minor doc changes Index: CommandWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/CommandWindow.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CommandWindow.f 11 Nov 2007 14:04:47 -0000 1.4 --- CommandWindow.f 28 Jun 2008 20:40:31 -0000 1.5 *************** *** 58,62 **** int VirtualKey \ last virtual key code stored when not processing keys ! int MaxChars \ maximum nimber of characters accepted on the command line :M SetMaxChars: ( n -- ) to MaxChars ;M int Abort? \ flag set when esc pressed --- 58,62 ---- int VirtualKey \ last virtual key code stored when not processing keys ! int MaxChars \ maximum number of characters accepted on the command line :M SetMaxChars: ( n -- ) to MaxChars ;M int Abort? \ flag set when esc pressed |