Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28263/include Modified Files: data.h Log Message: Added a disabled richText option. Disabled cause it's buggy in several respects. Requires a windows guru to fix, I've tried several times to fix it completely. Main issues are scrolling (all richtext windows seem to have an extra blank line at the end) and keyboard actions over message windows (messaging is broken with cursor in message windows). Also the order of loading defaults and window creation do not allow the option to be set as a netrekrc option at this time. I did manage to fix the problem with keyboard input being locked out upon the cursor entering a richtext window. URL support and cut/paste out of richtext message windows does work. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- data.h 19 Mar 2007 04:33:50 -0000 1.64 +++ data.h 19 Mar 2007 19:59:43 -0000 1.65 @@ -705,7 +705,7 @@ extern WNDPROC lpfnDefRichEditWndProc; /* default window procedure for our richedit controls */ -extern int richText; /* temporary variable to enable/disable rich text windows */ +extern int richText; /* rich text message windows */ extern int newQuit; /* new quit clock */ extern int newTeams; /* new team windows */ extern int soundVolume; /* Starting sound volume (0-128 range) */