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.72 by root, Wed Dec 7 20:55:52 2005 UTC vs.
Revision 1.76 by root, Sat Dec 31 16:06:48 2005 UTC

202=item B<-fbi> I<fontlist> 202=item B<-fbi> I<fontlist>
203 203
204Compile font-styles: The bold italic font list to use when bold characters are to 204Compile font-styles: The bold italic font list to use when bold characters are to
205be printed. See resource B<boldItalicFont> for details. 205be printed. See resource B<boldItalicFont> for details.
206 206
207=item B<-is>|B<+is>
208
209Compile font-styles: Bold/Italic font styles imply high intensity
210foreground/background (default). See resource B<intensityStyles> for
211details.
212
207=item B<-name> I<name> 213=item B<-name> I<name>
208 214
209Specify the application name under which resources are to be obtained, 215Specify the application name under which resources are to be obtained,
210rather than the default executable file name. Name should not contain 216rather than the default executable file name. Name should not contain
211`.' or `*' characters. Also sets the icon and title name. 217`.' or `*' characters. Also sets the icon and title name.
313given on the command line. If this option is used, it must be the last 319given on the command line. If this option is used, it must be the last
314on the command-line. If there is no B<-e> option then the default is to 320on the command-line. If there is no B<-e> option then the default is to
315run the program specified by the B<SHELL> environment variable or, 321run the program specified by the B<SHELL> environment variable or,
316failing that, I<sh(1)>. 322failing that, I<sh(1)>.
317 323
324Please note that you must specify a program with arguments. If you want to
325run shell commands, you have to specify the shell, like this:
326
327 @@RXVT_NAME@@ -e sh -c "shell commands"
328
318=item B<-title> I<text> 329=item B<-title> I<text>
319 330
320Window title (B<-T> still respected); the default title is the basename 331Window title (B<-T> still respected); the default title is the basename
321of the program specified after the B<-e> option, if any, otherwise the 332of the program specified after the B<-e> option, if any, otherwise the
322application name; resource B<title>. 333application name; resource B<title>.
377 388
378=item B<-ssr>|B<+ssr> 389=item B<-ssr>|B<+ssr>
379 390
380Turn on/off secondary screen scroll (default enabled); resource 391Turn on/off secondary screen scroll (default enabled); resource
381B<secondaryScroll>. 392B<secondaryScroll>.
393
394=item B<-hold>|B<+hold>
395
396Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@
397will not immediately destroy its window when the program executed within
398it exits. Instead, it will wait till it is being killed or closed by the
399user; resource B<hold>.
382 400
383=item B<-keysym.>I<sym> I<string> 401=item B<-keysym.>I<sym> I<string>
384 402
385Remap a key symbol. See resource B<keysym>. 403Remap a key symbol. See resource B<keysym>.
386 404
675not possible, replacement fonts of the desired shape will be tried. 693not possible, replacement fonts of the desired shape will be tried.
676 694
677If set, but empty, then this specific style is disabled and the normal 695If set, but empty, then this specific style is disabled and the normal
678text font will being used for the given style. 696text font will being used for the given style.
679 697
698=item B<intensityStyles:> I<boolean>
699
700When font styles are not enabled, or this option is enabled (B<True>,
701option B<-is>, the default), bold and italic font styles imply high
702intensity foreground/backround colours. Disabling this option (B<False>,
703option B<+is>) disables this behaviour, the high intensity colours are not
704reachable.
705
680=item B<selectstyle:> I<mode> 706=item B<selectstyle:> I<mode>
681 707
682Set mouse selection style to B<old> which is 2.20, B<oldword> which is 708Set mouse selection style to B<old> which is 2.20, B<oldword> which is
683xterm style with 2.20 old word selection, or anything else which gives 709xterm style with 2.20 old word selection, or anything else which gives
684xterm style selection. 710xterm style selection.
898=item B<insecure:> I<boolean> 924=item B<insecure:> I<boolean>
899 925
900Enables "insecure" mode. Rxvt-unicode offers some escape sequences that 926Enables "insecure" mode. Rxvt-unicode offers some escape sequences that
901echo arbitrary strings like the icon name or the locale. This could be 927echo arbitrary strings like the icon name or the locale. This could be
902abused if somebody gets 8-bit-clean access to your display, whether 928abused if somebody gets 8-bit-clean access to your display, whether
903throuh a mail client displaying mail bodies unfiltered or though 929through a mail client displaying mail bodies unfiltered or through
904write(1). Therefore, these sequences are disabled by default. (Note 930write(1) or any other means. Therefore, these sequences are disabled by
905that other terminals, including xterm, have these sequences 931default. (Note that many other terminals, including xterm, have these
906enabled by default). You can enable them by setting this boolean 932sequences enabled by default, which doesn't make it safer, though).
907resource or specifying B<-insecure> as an option. At the moment, this 933
908enabled display-answer, locale, findfont, icon label and window title 934You can enable them by setting this boolean resource or specifying
909requests as well as dynamic menubar dispatch. 935B<-insecure> as an option. At the moment, this enables display-answer,
936locale, findfont, icon label and window title requests as well as dynamic
937menubar dispatch.
910 938
911=item B<modifier:> I<modifier> 939=item B<modifier:> I<modifier>
912 940
913Set the key to be interpreted as the Meta key to: B<alt>, B<meta>, 941Set the key to be interpreted as the Meta key to: B<alt>, B<meta>,
914B<hyper>, B<super>, B<mod1>, B<mod2>, B<mod3>, B<mod4>, B<mod5>; option 942B<hyper>, B<super>, B<mod1>, B<mod2>, B<mod3>, B<mod4>, B<mod5>; option
928 956
929Turn on/off secondary screen scroll (default enabled). If the this 957Turn on/off secondary screen scroll (default enabled). If the this
930option is enabled, scrolls on the secondary screen will change the 958option is enabled, scrolls on the secondary screen will change the
931scrollback buffer and switching to/from the secondary screen will 959scrollback buffer and switching to/from the secondary screen will
932instead scroll the screen up. 960instead scroll the screen up.
961
962=item B<hold>: I<bool>
963
964Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@
965will not immediately destroy its window when the program executed within
966it exits. Instead, it will wait till it is being killed or closed by the
967user.
933 968
934=item B<keysym.>I<sym>: I<string> 969=item B<keysym.>I<sym>: I<string>
935 970
936Compile I<frills>: Associate I<string> with keysym I<sym>. The 971Compile I<frills>: Associate I<string> with keysym I<sym>. The
937intervening resource name B<keysym.> cannot be omitted. 972intervening resource name B<keysym.> cannot be omitted.
1058to select a word; Left triple-click to select the entire logical line 1093to select a word; Left triple-click to select the entire logical line
1059(which can span multiple screen lines), unless modified by resource 1094(which can span multiple screen lines), unless modified by resource
1060B<tripleclickwords>. 1095B<tripleclickwords>.
1061 1096
1062Starting a selection while pressing the B<Meta> key (or B<Meta+Ctrl> keys) 1097Starting a selection while pressing the B<Meta> key (or B<Meta+Ctrl> keys)
1063(Compile: I<frills>) will create a rectangular selection instead of a normal 1098(Compile: I<frills>) will create a rectangular selection instead of a
1064one. 1099normal one. In this mode, every selected row becomes its own line in the
1100selection, and trailing whitespace is visually underlined and removed from
1101the selection.
1065 1102
1066=item B<Insertion>: 1103=item B<Insertion>:
1067 1104
1068Pressing and releasing the Middle mouse button (or B<Shift-Insert>) in 1105Pressing and releasing the Middle mouse button (or B<Shift-Insert>) in
1069an B<@@RXVT_NAME@@> window causes the current text selection to be 1106an B<@@RXVT_NAME@@> window causes the current text selection to be

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines