Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28263/resources/htmlhelp/html Modified Files: generalconfig.html 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: generalconfig.html =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- generalconfig.html 19 Mar 2007 04:33:50 -0000 1.39 +++ generalconfig.html 19 Mar 2007 19:59:43 -0000 1.40 @@ -922,6 +922,16 @@ </td> </tr> <tr> +<td><code><b>richText</b></code></td> +<td>Use rich text message windows, currently disabled</td> +<td> + <ul> + <li><b>on</b></li> + <li><b>off (default)</b></li> + </ul> +</td> +</tr> +<tr> <td><code><b>romshipbmpfile</b></code></td> <td>Path to Rom bitmaps for old color ships</td> <td><b>path</b></td>