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

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.53 by root, Sun Apr 17 22:36:13 2005 UTC vs.
Revision 1.54 by root, Tue Jun 21 18:25:09 2005 UTC

257the C<-lsp> option to give the font more height. If that doesn't work, you 257the C<-lsp> option to give the font more height. If that doesn't work, you
258might be forced to use a different font. 258might be forced to use a different font.
259 259
260All of this is not a problem when using X11 core fonts, as their bounding 260All of this is not a problem when using X11 core fonts, as their bounding
261box data is correct. 261box data is correct.
262
263=item On Solaris 9, many line-drawing characters are too wide.
264
265Seems to be a known bug, read
266L<http://nixdoc.net/files/forum/about34198.html>. Some people use the
267following ugly workaround to get non-double-wide-characters working:
268
269 #define wcwidth(x) wcwidth(x) > 1 ? 1 : wcwidth(x)
262 270
263=item My Compose (Multi_key) key is no longer working. 271=item My Compose (Multi_key) key is no longer working.
264 272
265The most common causes for this are that either your locale is not set 273The most common causes for this are that either your locale is not set
266correctly, or you specified a B<preeditStyle> that is not supported by 274correctly, or you specified a B<preeditStyle> that is not supported by

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines