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.34 by root, Wed Dec 1 02:29:14 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
466=item B<shading:> I<number> 481=item B<shading:> I<number>
467 482
468Darken (0 .. 100) or lighten (-1 .. -100) the transparent background 483Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
469image in addition to tinting it. 484image in addition to tinting it.
470 485
471=item B<fading:> I<number>
472
473Scale the tint colour by the given percentage.
474
475=item B<scrollColor:> I<colour> 486=item B<scrollColor:> I<colour>
476 487
477Use the specified colour for the scrollbar [default #B2B2B2]. 488Use the specified colour for the scrollbar [default #B2B2B2].
478 489
479=item B<troughColor:> I<colour> 490=item B<troughColor:> I<colour>
537specifies five fonts to be used. The first one is C<9x15bold> (actually 548specifies 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 549the 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 550it is named first) and thus defines the character cell grid to be 9 pixels
540wide and 15 pixels high. 551wide and 15 pixels high.
541 552
542the second font is just used to add additional unicode characters not in 553The second font is just used to add additional unicode characters not in
543the base font, likewise the third, which is unfortunately non-bold, but 554the 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 555the bold version of the font does contain less characters, so this is a
545useful supplement. 556useful supplement.
546 557
547The third font is an Xft font with aliasing turned off, and the characters 558The third font is an Xft font with aliasing turned off, and the characters
699 710
700=item B<mouseWheelScrollPage:> I<boolean> 711=item B<mouseWheelScrollPage:> I<boolean>
701 712
702B<True>: the mouse wheel scrolls a page full. B<False>: the mouse wheel 713B<True>: the mouse wheel scrolls a page full. B<False>: the mouse wheel
703scrolls five lines [default]. 714scrolls five lines [default].
715
716=item B<pastableTabs:> I<boolean>
717
718B<True>: store tabs as wide characters. B<False>: interpret tabs as cursor
719movement only; option C<-ptab>.
704 720
705=item B<cursorBlink:> I<boolean> 721=item B<cursorBlink:> I<boolean>
706 722
707B<True>: blink the cursor. B<False>: do not blink the cursor [default]; 723B<True>: blink the cursor. B<False>: do not blink the cursor [default];
708option B<-bc>. 724option B<-bc>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines