From: bob a. <rd...@us...> - 2006-05-13 20:32:11
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18766/src/console Modified Files: Console2.f Log Message: fix spelling mistakes in a comment Index: Console2.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/Console2.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Console2.f 24 Dec 2005 11:57:59 -0000 1.4 --- Console2.f 13 May 2006 20:32:07 -0000 1.5 *************** *** 315,321 **** \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ! \ Note: The the Line Editor (in Lineedit.f) is using set-cursor witch \ turn's on the cursor every time it's called. So a call to hide-cursor doesn't ! \ show any efect at all. 1 proc HideCaret : hide-cursor ( -- ) --- 315,321 ---- \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ! \ Note: The Line Editor (in Lineedit.f) is using set-cursor which \ turn's on the cursor every time it's called. So a call to hide-cursor doesn't ! \ show any effect at all. 1 proc HideCaret : hide-cursor ( -- ) |