|
From: George H. <geo...@us...> - 2006-11-15 12:40:03
|
Update of /cvsroot/win32forth/win32forth-610old/src/WinEd In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6464/win32forth-610old/src/WinEd Modified Files: WinEd.f Log Message: gah:Bug fix from Bruno Gauthier Index: WinEd.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-610old/src/WinEd/WinEd.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WinEd.f 14 Dec 2004 23:54:02 -0000 1.1 --- WinEd.f 15 Nov 2006 12:39:57 -0000 1.2 *************** *** 7695,7699 **** highlight-word line-cur cursor-line screen-rows 4 - - 0max cursor-line between 0= ! IF cursor-line screen-rows 2 - VPosition: edit-window THEN --- 7695,7699 ---- highlight-word line-cur cursor-line screen-rows 4 - - 0max cursor-line between 0= ! IF cursor-line screen-rows 2 - 2/ - VPosition: edit-window THEN *************** *** 8819,8821 **** Completed items The list of files window on the left of the editor is retained across sessions ! |