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.167 by root, Wed Oct 15 14:48:22 2008 UTC vs.
Revision 1.173 by root, Wed Dec 16 05:20:50 2009 UTC

182horizontal radii are considered to be the same. Setting one of the 182horizontal radii are considered to be the same. Setting one of the
183radii to 1 and another to a large number creates interesting effects 183radii to 1 and another to a large number creates interesting effects
184on some backgrounds. Maximum radius value is 128. Compile I<afterimage>; 184on some backgrounds. Maximum radius value is 128. Compile I<afterimage>;
185resource I<blurRadius>. 185resource I<blurRadius>.
186 186
187=item B<-icon> I<file>
188
189Compile I<afterimage>: Use the specified image as application icon. This
190is used by many window managers, taskbars and pagers to represent the
191application window; resource I<iconFile>.
192
187=item B<-bg> I<colour> 193=item B<-bg> I<colour>
188 194
189Window background colour; resource B<background>. 195Window background colour; resource B<background>.
190 196
191=item B<-fg> I<colour> 197=item B<-fg> I<colour>
315 321
316=item B<-bc>|B<+bc> 322=item B<-bc>|B<+bc>
317 323
318Blink the cursor; resource B<cursorBlink>. 324Blink the cursor; resource B<cursorBlink>.
319 325
326=item B<-uc>|B<+uc>
327
328Make the cursor underlined; resource B<cursorUnderline>.
329
320=item B<-iconic> 330=item B<-iconic>
321 331
322Start iconified, if the window manager supports that option. 332Start iconified, if the window manager supports that option.
323Alternative form is B<-ic>. 333Alternative form is B<-ic>.
324 334
360=item B<-lsp> I<number> 370=item B<-lsp> I<number>
361 371
362Compile I<frills>: Lines (pixel height) to insert between each row of 372Compile I<frills>: Lines (pixel height) to insert between each row of
363the display. Useful to work around font rendering problems; resource 373the display. Useful to work around font rendering problems; resource
364B<lineSpace>. 374B<lineSpace>.
375
376=item B<-letsp> I<number>
377
378Compile I<frills>: Amount to adjust the computed character width by
379to control overall letter spacing. Negative values will tighten up the
380letter spacing, positive values will space letters out more. Useful to
381work around odd font metrics; resource B<letterSpace>.
365 382
366=item B<-tn> I<termname> 383=item B<-tn> I<termname>
367 384
368This option specifies the name of the terminal type to be set in the 385This option specifies the name of the terminal type to be set in the
369B<TERM> environment variable. This terminal type must exist in the 386B<TERM> environment variable. This terminal type must exist in the
713 730
714Specify background blending type; option B<-blt>. 731Specify background blending type; option B<-blt>.
715 732
716=item B<blurRadius:> I<number> 733=item B<blurRadius:> I<number>
717 734
718Apply Gaussian Blurr with the specified radius to the transparent 735Apply gaussian blur with the specified radius to the transparent
719background image; option B<-blr>. 736background image; option B<-blr>.
737
738=item B<iconFile:> I<file>
739
740Set the application icon pixmap; option B<-icon>.
720 741
721=item B<scrollColor:> I<colour> 742=item B<scrollColor:> I<colour>
722 743
723Use the specified colour for the scrollbar [default #B2B2B2]. 744Use the specified colour for the scrollbar [default #B2B2B2].
724 745
987=item B<cursorBlink:> I<boolean> 1008=item B<cursorBlink:> I<boolean>
988 1009
989B<True>: blink the cursor. B<False>: do not blink the cursor [default]; 1010B<True>: blink the cursor. B<False>: do not blink the cursor [default];
990option B<-bc>. 1011option B<-bc>.
991 1012
1013=item B<cursorUnderline:> I<boolean>
1014
1015B<True>: Make the cursor underlined. B<False>: Make the cursor a box [default];
1016option B<-uc>.
1017
992=item B<pointerBlank:> I<boolean> 1018=item B<pointerBlank:> I<boolean>
993 1019
994B<True>: blank the pointer when a key is pressed or after a set number 1020B<True>: blank the pointer when a key is pressed or after a set number
995of seconds of inactivity. B<False>: the pointer is always visible 1021of seconds of inactivity. B<False>: the pointer is always visible
996[default]. 1022[default].
1162when Control-Meta-c is being pressed": 1188when Control-Meta-c is being pressed":
1163 1189
1164 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007 1190 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007
1165 1191
1166If I<string> takes the form C<perl:STRING>, then the specified B<STRING> 1192If I<string> takes the form C<perl:STRING>, then the specified B<STRING>
1167is passed to the C<on_keyboard_command> perl handler. See the @@RXVT_NAME@@perl(3) 1193is passed to the C<on_user_command> perl handler. See the @@RXVT_NAME@@perl(3)
1168manpage. For example, the F<selection> extension (activated via 1194manpage. For example, the F<selection> extension (activated via
1169C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events: 1195C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events:
1170 1196
1171 URxvt.keysym.M-C-c: perl:selection:rot13 1197 URxvt.keysym.M-C-c: perl:selection:rot13
1172 1198
1470Note that B<-rv> (B<"reverseVideo: True">) simulates reverse video by 1496Note that B<-rv> (B<"reverseVideo: True">) simulates reverse video by
1471always swapping the foreground/background colours. This is in contrast to 1497always swapping the foreground/background colours. This is in contrast to
1472I<xterm>(1) where the colours are only swapped if they have not otherwise 1498I<xterm>(1) where the colours are only swapped if they have not otherwise
1473been specified. For example, 1499been specified. For example,
1474 1500
1475=over 4
1476
1477=item B<@@RXVT_NAME@@ -fg Black -bg White -rv> 1501 @@RXVT_NAME@@ -fg Black -bg White -rv
1478 1502
1479would yield White on Black, while on I<xterm>(1) it would yield Black 1503would yield White on Black, while on I<xterm>(1) it would yield Black on
1480on White. 1504White.
1481
1482=back
1483 1505
1484=head2 ALPHA CHANNEL SUPPORT 1506=head2 ALPHA CHANNEL SUPPORT
1485 1507
1486If Xft support has been compiled in and as long as Xft/Xrender/X don't get 1508If Xft support has been compiled in and as long as Xft/Xrender/X don't get
1487their act together, rxvt-unicode will do it's own alpha channel management: 1509their act together, rxvt-unicode will do it's own alpha channel management:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines