From: Jos v.d.V. <jo...@us...> - 2008-08-07 13:35:48
|
Update of /cvsroot/win32forth/win32forth/apps/WinEd In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14077 Modified Files: Ed_Keys.F Log Message: Jos: Small change to enable key-recording in WinEd. Index: Ed_Keys.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/WinEd/Ed_Keys.F,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Ed_Keys.F 6 Aug 2008 18:45:06 -0000 1.7 --- Ed_Keys.F 7 Aug 2008 13:35:44 -0000 1.8 *************** *** 185,189 **** : SMS-WEW-key-Con-doc-interp-send BEGIN SetMultiStatus: EditorWindow ! key \ handle keyboard interpretation false \ interpreting? WHILE rem-sendkey \ just send keys to Forth console --- 185,189 ---- : SMS-WEW-key-Con-doc-interp-send BEGIN SetMultiStatus: EditorWindow ! key menukey-more \ handle keyboard interpretation false \ interpreting? WHILE rem-sendkey \ just send keys to Forth console |