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

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.32 by root, Sat Oct 9 11:18:12 2004 UTC vs.
Revision 1.36 by root, Wed Dec 15 05:10:57 2004 UTC

123 123
124=item B<-sh> 124=item B<-sh>
125 125
126I<number> Darken (0 .. 100) or lighten (-1 .. -100) the transparent 126I<number> Darken (0 .. 100) or lighten (-1 .. -100) the transparent
127background image in addition to tinting it (i.e. B<-tint> must be 127background image in addition to tinting it (i.e. B<-tint> must be
128specified, too). 128specified, too, e.g. C<-tint white>).
129 129
130=item B<-bg> I<colour> 130=item B<-bg> I<colour>
131 131
132Window background colour; resource B<background>. 132Window background colour; resource B<background>.
133 133
162=item B<-fn> I<fontlist> 162=item B<-fn> I<fontlist>
163 163
164Select the fonts to be used. This is a comma separated list of font names 164Select the fonts to be used. This is a comma separated list of font names
165that are used in turn when trying to display Unicode characters. The 165that are used in turn when trying to display Unicode characters. The
166first font defines the cell size for characters; other fonts might be 166first font defines the cell size for characters; other fonts might be
167smaller, but not (in general) larger. A reasonable default font list is 167smaller, but not (in general) larger. A (hopefully) reasonable default
168always appended to it. See resource B<font> for details. 168font list is always appended to it. See resource B<font> for more details.
169
170In short, to specify an X11 core font, just specify it's name or prefix it
171with C<x:>. To specify an XFT-font, you need to prefix it with C<xft:>,
172e.g.:
173
174 @@RXVT_NAME@@ -fn "xft:Bitstream Vera Sans Mono:pixelsize=15"
175 @@RXVT_NAME@@ -fn "9x15bold,xft:Bitstream Vera Sans Mono"
169 176
170See also the question "How does rxvt-unicode choose fonts?" in the FAQ 177See also the question "How does rxvt-unicode choose fonts?" in the FAQ
171section of @@RXVT_NAME@@(7). 178section of @@RXVT_NAME@@(7).
172 179
173=item B<-fb> I<fontlist> 180=item B<-fb> I<fontlist>
231 238
232=item B<-st>|B<+st> 239=item B<-st>|B<+st>
233 240
234Display normal (non XTerm/NeXT) scrollbar without/with a trough; 241Display normal (non XTerm/NeXT) scrollbar without/with a trough;
235resource B<scrollBar_floating>. 242resource B<scrollBar_floating>.
243
244=item B<-ptab>|B<+ptab>
245
246If enabled (default), "Horizontal Tab" characters are being stored as
247actual wide characters in the screen buffer, which makes it possible to
248select and paste them. Since a horizontal tab is a cursor movement and
249not an actual glyph, this can sometimes be visually annoying as the cursor
250on a tab character is displayed as a wide cursor; resource B<pastableTabs>.
236 251
237=item B<-bc>|B<+bc> 252=item B<-bc>|B<+bc>
238 253
239Blink the cursor; resource B<cursorBlink>. 254Blink the cursor; resource B<cursorBlink>.
240 255
424=item B<colorRV:> I<colour> 439=item B<colorRV:> I<colour>
425 440
426Use the specified colour as the background for reverse video 441Use the specified colour as the background for reverse video
427characters. 442characters.
428 443
444=item B<underlineColor:> I<colour>
445
446If set, use the specified colour as the colour for the underline
447itself. If unset, use the foreground colour.
448
429=item B<cursorColor:> I<colour> 449=item B<cursorColor:> I<colour>
430 450
431Use the specified colour for the cursor. The default is to use the 451Use the specified colour for the cursor. The default is to use the
432foreground colour; option B<-cr>. 452foreground colour; option B<-cr>.
433 453
533specifies five fonts to be used. The first one is C<9x15bold> (actually 553specifies five fonts to be used. The first one is C<9x15bold> (actually
534the iso8859-1 version of the second font), which is the base font (because 554the iso8859-1 version of the second font), which is the base font (because
535it is named first) and thus defines the character cell grid to be 9 pixels 555it is named first) and thus defines the character cell grid to be 9 pixels
536wide and 15 pixels high. 556wide and 15 pixels high.
537 557
538the second font is just used to add additional unicode characters not in 558The second font is just used to add additional unicode characters not in
539the base font, likewise the third, which is unfortunately non-bold, but 559the base font, likewise the third, which is unfortunately non-bold, but
540the bold version of the font does contain less characters, so this is a 560the bold version of the font does contain less characters, so this is a
541useful supplement. 561useful supplement.
542 562
543The third font is an Xft font with aliasing turned off, and the characters 563The third font is an Xft font with aliasing turned off, and the characters
695 715
696=item B<mouseWheelScrollPage:> I<boolean> 716=item B<mouseWheelScrollPage:> I<boolean>
697 717
698B<True>: the mouse wheel scrolls a page full. B<False>: the mouse wheel 718B<True>: the mouse wheel scrolls a page full. B<False>: the mouse wheel
699scrolls five lines [default]. 719scrolls five lines [default].
720
721=item B<pastableTabs:> I<boolean>
722
723B<True>: store tabs as wide characters. B<False>: interpret tabs as cursor
724movement only; option C<-ptab>.
700 725
701=item B<cursorBlink:> I<boolean> 726=item B<cursorBlink:> I<boolean>
702 727
703B<True>: blink the cursor. B<False>: do not blink the cursor [default]; 728B<True>: blink the cursor. B<False>: do not blink the cursor [default];
704option B<-bc>. 729option B<-bc>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines