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.30 by root, Wed Sep 8 17:10:23 2004 UTC vs.
Revision 1.35 by root, Wed Dec 15 00:53:23 2004 UTC

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
465 485
466=item B<shading:> I<number> 486=item B<shading:> I<number>
467 487
468Darken (0 .. 100) or lighten (-1 .. -100) the transparent background 488Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
469image in addition to tinting it. 489image in addition to tinting it.
470
471=item B<fading:> I<number>
472
473Scale the tint colour by the given percentage.
474 490
475=item B<scrollColor:> I<colour> 491=item B<scrollColor:> I<colour>
476 492
477Use the specified colour for the scrollbar [default #B2B2B2]. 493Use the specified colour for the scrollbar [default #B2B2B2].
478 494
537specifies 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
538the 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
539it 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
540wide and 15 pixels high. 556wide and 15 pixels high.
541 557
542the 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
543the base font, likewise the third, which is unfortunately non-bold, but 559the base font, likewise the third, which is unfortunately non-bold, but
544the 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
545useful supplement. 561useful supplement.
546 562
547The 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
699 715
700=item B<mouseWheelScrollPage:> I<boolean> 716=item B<mouseWheelScrollPage:> I<boolean>
701 717
702B<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
703scrolls 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>.
704 725
705=item B<cursorBlink:> I<boolean> 726=item B<cursorBlink:> I<boolean>
706 727
707B<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];
708option B<-bc>. 729option B<-bc>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines