Update of /cvsroot/win32forth/win32forth-stc/src/console
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6503
Modified Files:
ConsoleMenu.f
Log Message:
Jos: Run extend.bat to see the new functions for words and threads..
Index: ConsoleMenu.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth-stc/src/console/ConsoleMenu.f,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConsoleMenu.f 19 May 2007 09:50:32 -0000 1.4
--- ConsoleMenu.f 19 May 2007 10:14:00 -0000 1.5
***************
*** 295,299 ****
ENDSUBMENU
! ((
SUBMENU "Vocabulary Functions"
MENULINE "Words in Current Vocabulary \tWORDS" "WORDS"
--- 295,299 ----
ENDSUBMENU
!
SUBMENU "Vocabulary Functions"
MENULINE "Words in Current Vocabulary \tWORDS" "WORDS"
***************
*** 301,305 ****
MENULINE "Current Vocab Thread Counts \t.COUNTS" ".COUNTS"
MENULINE "Current Vocab Thread Words \t.THREADS" ".THREADS"
! ENDSUBMENU ))
SUBMENU "List Functions"
--- 301,305 ----
MENULINE "Current Vocab Thread Counts \t.COUNTS" ".COUNTS"
MENULINE "Current Vocab Thread Words \t.THREADS" ".THREADS"
! ENDSUBMENU
SUBMENU "List Functions"
|