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.73 by root, Thu Dec 15 18:14:08 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.
931Turn on/off secondary screen scroll (default enabled). If the this 957Turn on/off secondary screen scroll (default enabled). If the this
932option is enabled, scrolls on the secondary screen will change the 958option is enabled, scrolls on the secondary screen will change the
933scrollback buffer and switching to/from the secondary screen will 959scrollback buffer and switching to/from the secondary screen will
934instead scroll the screen up. 960instead scroll the screen up.
935 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.
968
936=item B<keysym.>I<sym>: I<string> 969=item B<keysym.>I<sym>: I<string>
937 970
938Compile I<frills>: Associate I<string> with keysym I<sym>. The 971Compile I<frills>: Associate I<string> with keysym I<sym>. The
939intervening resource name B<keysym.> cannot be omitted. 972intervening resource name B<keysym.> cannot be omitted.
940 973
1060to 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
1061(which can span multiple screen lines), unless modified by resource 1094(which can span multiple screen lines), unless modified by resource
1062B<tripleclickwords>. 1095B<tripleclickwords>.
1063 1096
1064Starting 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)
1065(Compile: I<frills>) will create a rectangular selection instead of a normal 1098(Compile: I<frills>) will create a rectangular selection instead of a
1066one. 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.
1067 1102
1068=item B<Insertion>: 1103=item B<Insertion>:
1069 1104
1070Pressing and releasing the Middle mouse button (or B<Shift-Insert>) in 1105Pressing and releasing the Middle mouse button (or B<Shift-Insert>) in
1071an 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