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

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

1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sh \" Subsection heading 5.de Sh \" Subsection heading
6.br 6.br
127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 7" 131.IX Title "rxvt 7"
132.TH rxvt 7 "2005-04-17" "5.3" "RXVT-UNICODE" 132.TH rxvt 7 "2005-06-26" "5.6" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134RXVT REFERENCE \- FAQ, command sequences and other background information 134RXVT REFERENCE \- FAQ, command sequences and other background information
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 2 137.Vb 2
406the \f(CW\*(C`\-lsp\*(C'\fR option to give the font more height. If that doesn't work, you 406the \f(CW\*(C`\-lsp\*(C'\fR option to give the font more height. If that doesn't work, you
407might be forced to use a different font. 407might be forced to use a different font.
408.Sp 408.Sp
409All of this is not a problem when using X11 core fonts, as their bounding 409All of this is not a problem when using X11 core fonts, as their bounding
410box data is correct. 410box data is correct.
411.IP "On Solaris 9, many line-drawing characters are too wide." 4
412.IX Item "On Solaris 9, many line-drawing characters are too wide."
413Seems to be a known bug, read
414<http://nixdoc.net/files/forum/about34198.html>. Some people use the
415following ugly workaround to get non-double-wide-characters working:
416.Sp
417.Vb 1
418\& #define wcwidth(x) wcwidth(x) > 1 ? 1 : wcwidth(x)
419.Ve
411.IP "My Compose (Multi_key) key is no longer working." 4 420.IP "My Compose (Multi_key) key is no longer working." 4
412.IX Item "My Compose (Multi_key) key is no longer working." 421.IX Item "My Compose (Multi_key) key is no longer working."
413The most common causes for this are that either your locale is not set 422The most common causes for this are that either your locale is not set
414correctly, or you specified a \fBpreeditStyle\fR that is not supported by 423correctly, or you specified a \fBpreeditStyle\fR that is not supported by
415your input method. For example, if you specified \fBOverTheSpot\fR and 424your input method. For example, if you specified \fBOverTheSpot\fR and
477encodings slightly different than the terminal emulator). 486encodings slightly different than the terminal emulator).
478.Sp 487.Sp
479The rxvt-unicode author insists that the right way to fix this is in the 488The rxvt-unicode author insists that the right way to fix this is in the
480system libraries once and for all, instead of forcing every app to carry 489system libraries once and for all, instead of forcing every app to carry
481complete replacements for them :) 490complete replacements for them :)
491.IP "I use Solaris 9 and it doesn't compile/work/etc." 4
492.IX Item "I use Solaris 9 and it doesn't compile/work/etc."
493Try the diff in \fIdoc/solaris9.patch\fR as a base. It fixes the worst
494problems with \f(CW\*(C`wcwidth\*(C'\fR and a compile problem.
482.IP "How does rxvt-unicode determine the encoding to use?" 4 495.IP "How does rxvt-unicode determine the encoding to use?" 4
483.IX Item "How does rxvt-unicode determine the encoding to use?" 496.IX Item "How does rxvt-unicode determine the encoding to use?"
484.PD 0 497.PD 0
485.IP "Is there an option to switch encodings?" 4 498.IP "Is there an option to switch encodings?" 4
486.IX Item "Is there an option to switch encodings?" 499.IX Item "Is there an option to switch encodings?"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines