From: Jos v.d.V. <jo...@us...> - 2007-07-05 20:06:09
|
Update of /cvsroot/win32forth/win32forth-stc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21690 Modified Files: extend.f Log Message: Jos: Enabled ChdirDlg and ^D, Note: When ^D is used the cursor is 2 lines too much UP. I could not solve it. Index: extend.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/extend.f,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** extend.f 2 Jun 2007 11:59:32 -0000 1.24 --- extend.f 5 Jul 2007 20:06:05 -0000 1.25 *************** *** 42,45 **** --- 42,46 ---- sys-FLOAD src\words.f + FLOAD src\lib\BROWSEFLD.F \ SHBrowseForFolder() support FLOAD src\console\ConsoleMenu.f |