ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.html
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.html (file contents):
Revision 1.19 by root, Sun Apr 17 22:36:13 2005 UTC vs.
Revision 1.20 by root, Thu Jun 30 14:00:49 2005 UTC

371<dd> 371<dd>
372<p>All of this is not a problem when using X11 core fonts, as their bounding 372<p>All of this is not a problem when using X11 core fonts, as their bounding
373box data is correct.</p> 373box data is correct.</p>
374</dd> 374</dd>
375<p></p> 375<p></p>
376<dt><strong><a name="item_on_solaris_9_2c_many_line_2ddrawing_characters_are">On Solaris 9, many line-drawing characters are too wide.</a></strong><br />
377</dt>
378<dd>
379Seems to be a known bug, read
380<a href="http://nixdoc.net/files/forum/about34198.html">http://nixdoc.net/files/forum/about34198.html</a>. Some people use the
381following ugly workaround to get non-double-wide-characters working:
382</dd>
383<dd>
384<pre>
385 #define wcwidth(x) wcwidth(x) &gt; 1 ? 1 : wcwidth(x)</pre>
386</dd>
387<p></p>
376<dt><strong><a name="item_compose">My Compose (Multi_key) key is no longer working.</a></strong><br /> 388<dt><strong><a name="item_compose">My Compose (Multi_key) key is no longer working.</a></strong><br />
377</dt> 389</dt>
378<dd> 390<dd>
379The most common causes for this are that either your locale is not set 391The most common causes for this are that either your locale is not set
380correctly, or you specified a <strong>preeditStyle</strong> that is not supported by 392correctly, or you specified a <strong>preeditStyle</strong> that is not supported by
461</dd> 473</dd>
462<dd> 474<dd>
463<p>The rxvt-unicode author insists that the right way to fix this is in the 475<p>The rxvt-unicode author insists that the right way to fix this is in the
464system libraries once and for all, instead of forcing every app to carry 476system libraries once and for all, instead of forcing every app to carry
465complete replacements for them :)</p> 477complete replacements for them :)</p>
478</dd>
479<p></p>
480<dt><strong><a name="item_i_use_solaris_9_and_it_doesn_27t_compile_2fwork_2f">I use Solaris 9 and it doesn't compile/work/etc.</a></strong><br />
481</dt>
482<dd>
483Try the diff in <em>doc/solaris9.patch</em> as a base. It fixes the worst
484problems with <code>wcwidth</code> and a compile problem.
466</dd> 485</dd>
467<p></p> 486<p></p>
468<dt><strong><a name="item_how_does_rxvt_2dunicode_determine_the_encoding_to_">How does rxvt-unicode determine the encoding to use?</a></strong><br /> 487<dt><strong><a name="item_how_does_rxvt_2dunicode_determine_the_encoding_to_">How does rxvt-unicode determine the encoding to use?</a></strong><br />
469</dt> 488</dt>
470<dt><strong><a name="item_is_there_an_option_to_switch_encodings_3f">Is there an option to switch encodings?</a></strong><br /> 489<dt><strong><a name="item_is_there_an_option_to_switch_encodings_3f">Is there an option to switch encodings?</a></strong><br />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines