ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.59 by root, Tue Feb 21 01:00:40 2006 UTC vs.
Revision 1.60 by root, Thu Jul 6 18:56:09 2006 UTC

1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 1.\" Automatically generated by Pod::Man 2.09 (Pod::Simple 3.04)
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sh \" Subsection heading 5.de Sh \" Subsection heading
6.br 6.br
127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 1" 131.IX Title "rxvt 1"
132.TH rxvt 1 "2006-02-21" "7.6" "RXVT-UNICODE" 132.TH rxvt 1 "2006-07-06" "7.7" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system) 134rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]] 137\&\fB@@RXVT_NAME@@\fR [options] [\-e command [ args ]]
252non-tiled backgrounds, currently. See also the \fB\-sh\fR option that can be 252non-tiled backgrounds, currently. See also the \fB\-sh\fR option that can be
253used to brighten or darken the image in addition to tinting it; resource 253used to brighten or darken the image in addition to tinting it; resource
254\&\fItintColor\fR. Example: 254\&\fItintColor\fR. Example:
255.Sp 255.Sp
256.Vb 1 256.Vb 1
257\& @@RXVT_NAME@@ -tr -tint blue -sh 40 257\& @@RXVT_NAME@@ \-tr \-tint blue \-sh 40
258.Ve 258.Ve
259.IP "\fB\-sh\fR" 4 259.IP "\fB\-sh\fR" 4
260.IX Item "-sh" 260.IX Item "-sh"
261\&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent 261\&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent
262background image in addition to tinting it (i.e. \fB\-tint\fR must be 262background image in addition to tinting it (i.e. \fB\-tint\fR must be
297In short, to specify an X11 core font, just specify it's name or prefix it 297In short, to specify an X11 core font, just specify it's name or prefix it
298with \f(CW\*(C`x:\*(C'\fR. To specify an XFT\-font, you need to prefix it with \f(CW\*(C`xft:\*(C'\fR, 298with \f(CW\*(C`x:\*(C'\fR. To specify an XFT\-font, you need to prefix it with \f(CW\*(C`xft:\*(C'\fR,
299e.g.: 299e.g.:
300.Sp 300.Sp
301.Vb 2 301.Vb 2
302\& @@RXVT_NAME@@ -fn "xft:Bitstream Vera Sans Mono:pixelsize=15" 302\& @@RXVT_NAME@@ \-fn "xft:Bitstream Vera Sans Mono:pixelsize=15"
303\& @@RXVT_NAME@@ -fn "9x15bold,xft:Bitstream Vera Sans Mono" 303\& @@RXVT_NAME@@ \-fn "9x15bold,xft:Bitstream Vera Sans Mono"
304.Ve 304.Ve
305.Sp 305.Sp
306See also the question \*(L"How does rxvt-unicode choose fonts?\*(R" in the \s-1FAQ\s0 306See also the question \*(L"How does rxvt-unicode choose fonts?\*(R" in the \s-1FAQ\s0
307section of @@RXVT_NAME@@(7). 307section of @@RXVT_NAME@@(7).
308.IP "\fB\-fb\fR \fIfontlist\fR" 4 308.IP "\fB\-fb\fR \fIfontlist\fR" 4
427.Sp 427.Sp
428Please note that you must specify a program with arguments. If you want to 428Please note that you must specify a program with arguments. If you want to
429run shell commands, you have to specify the shell, like this: 429run shell commands, you have to specify the shell, like this:
430.Sp 430.Sp
431.Vb 1 431.Vb 1
432\& @@RXVT_NAME@@ -e sh -c "shell commands" 432\& @@RXVT_NAME@@ \-e sh \-c "shell commands"
433.Ve 433.Ve
434.IP "\fB\-title\fR \fItext\fR" 4 434.IP "\fB\-title\fR \fItext\fR" 4
435.IX Item "-title text" 435.IX Item "-title text"
436Window title (\fB\-T\fR still respected); the default title is the basename 436Window title (\fB\-T\fR still respected); the default title is the basename
437of the program specified after the \fB\-e\fR option, if any, otherwise the 437of the program specified after the \fB\-e\fR option, if any, otherwise the
514Here is a short Gtk2\-perl snippet that illustrates how this option can be 514Here is a short Gtk2\-perl snippet that illustrates how this option can be
515used (a longer example is in \fIdoc/embed\fR): 515used (a longer example is in \fIdoc/embed\fR):
516.Sp 516.Sp
517.Vb 5 517.Vb 5
518\& my $rxvt = new Gtk2::Socket; 518\& my $rxvt = new Gtk2::Socket;
519\& $rxvt->signal_connect_after (realize => sub { 519\& $rxvt\->signal_connect_after (realize => sub {
520\& my $xid = $_[0]->window->get_xid; 520\& my $xid = $_[0]\->window\->get_xid;
521\& system "@@RXVT_NAME@@ -embed $xid &"; 521\& system "@@RXVT_NAME@@ \-embed $xid &";
522\& }); 522\& });
523.Ve 523.Ve
524.IP "\fB\-pty\-fd\fR \fIfile descriptor\fR" 4 524.IP "\fB\-pty\-fd\fR \fIfile descriptor\fR" 4
525.IX Item "-pty-fd file descriptor" 525.IX Item "-pty-fd file descriptor"
526Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty 526Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty
539longer example is in \fIdoc/pty\-fd\fR): 539longer example is in \fIdoc/pty\-fd\fR):
540.Sp 540.Sp
541.Vb 2 541.Vb 2
542\& use IO::Pty; 542\& use IO::Pty;
543\& use Fcntl; 543\& use Fcntl;
544.Ve 544\&
545.Sp
546.Vb 4
547\& my $pty = new IO::Pty; 545\& my $pty = new IO::Pty;
548\& fcntl $pty, F_SETFD, 0; # clear close-on-exec 546\& fcntl $pty, F_SETFD, 0; # clear close\-on\-exec
549\& system "@@RXVT_NAME@@ -pty-fd " . (fileno $pty) . "&"; 547\& system "@@RXVT_NAME@@ \-pty\-fd " . (fileno $pty) . "&";
550\& close $pty; 548\& close $pty;
551.Ve 549\&
552.Sp
553.Vb 3
554\& # now communicate with rxvt 550\& # now communicate with rxvt
555\& my $slave = $pty->slave; 551\& my $slave = $pty\->slave;
556\& while (<$slave>) { print $slave "got <$_>\en" } 552\& while (<$slave>) { print $slave "got <$_>\en" }
557.Ve 553.Ve
558.IP "\fB\-pe\fR \fIstring\fR" 4 554.IP "\fB\-pe\fR \fIstring\fR" 4
559.IX Item "-pe string" 555.IX Item "-pe string"
560Comma-separated list of perl extension scripts to use (or not to use) in 556Comma-separated list of perl extension scripts to use (or not to use) in
568distribution do also load settings from the \fB~/.Xresources\fR file when X 564distribution do also load settings from the \fB~/.Xresources\fR file when X
569starts. @@RXVT_NAME@@ will consult the following files/resources in order, 565starts. @@RXVT_NAME@@ will consult the following files/resources in order,
570with later settings overwriting earlier ones: 566with later settings overwriting earlier ones:
571.PP 567.PP
572.Vb 5 568.Vb 5
573\& 1. system-wide app-defaults file, either locale-dependent OR global 569\& 1. system\-wide app\-defaults file, either locale\-dependent OR global
574\& 2. app-defaults file in $XAPPLRESDIR 570\& 2. app\-defaults file in $XAPPLRESDIR
575\& 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults 571\& 3. RESOURCE_MANAGER property on root\-window OR $HOME/.Xdefaults
576\& 4. SCREEN_RESOURCES for the current screen 572\& 4. SCREEN_RESOURCES for the current screen
577\& 5. $XENVIRONMENT file OR $HOME/.Xdefaults-<nodename> 573\& 5. $XENVIRONMENT file OR $HOME/.Xdefaults\-<nodename>
578.Ve 574.Ve
579.PP 575.PP
580Note that when reading X resources, \fB@@RXVT_NAME@@\fR recognizes two class 576Note that when reading X resources, \fB@@RXVT_NAME@@\fR recognizes two class
581names: \fBRxvt\fR and \fBURxvt\fR. The class name \fBRxvt\fR allows resources 577names: \fBRxvt\fR and \fBURxvt\fR. The class name \fBRxvt\fR allows resources
582common to both \fB@@RXVT_NAME@@\fR and the original \fIrxvt\fR to be easily 578common to both \fB@@RXVT_NAME@@\fR and the original \fIrxvt\fR to be easily
723.Sp 719.Sp
724For example, this font resource 720For example, this font resource
725.Sp 721.Sp
726.Vb 5 722.Vb 5
727\& URxvt.font: 9x15bold,\e 723\& URxvt.font: 9x15bold,\e
728\& -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\e 724\& \-misc\-fixed\-bold\-r\-normal\-\-15\-140\-75\-75\-c\-90\-iso10646\-1,\e
729\& -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \e 725\& \-misc\-fixed\-medium\-r\-normal\-\-15\-140\-75\-75\-c\-90\-iso10646\-1, \e
730\& [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \e 726\& [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \e
731\& xft:Code2000:antialias=false 727\& xft:Code2000:antialias=false
732.Ve 728.Ve
733.Sp 729.Sp
734specifies five fonts to be used. The first one is \f(CW\*(C`9x15bold\*(C'\fR (actually 730specifies five fonts to be used. The first one is \f(CW\*(C`9x15bold\*(C'\fR (actually
822The string will be interpreted as if typed into the shell as\-is. 818The string will be interpreted as if typed into the shell as\-is.
823.Sp 819.Sp
824Example: 820Example:
825.Sp 821.Sp
826.Vb 1 822.Vb 1
827\& URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX) 823\& URxvt.print\-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
828.Ve 824.Ve
829.Sp 825.Sp
830This creates a new file in your home directory with the screen contents 826This creates a new file in your home directory with the screen contents
831everytime you hit \f(CW\*(C`Print\*(C'\fR. 827everytime you hit \f(CW\*(C`Print\*(C'\fR.
832.IP "\fBscrollBar:\fR \fIboolean\fR" 4 828.IP "\fBscrollBar:\fR \fIboolean\fR" 4
1048should be a character not used by the strings. 1044should be a character not used by the strings.
1049.Sp 1045.Sp
1050Its usage can be demonstrated by an example: 1046Its usage can be demonstrated by an example:
1051.Sp 1047.Sp
1052.Vb 1 1048.Vb 1
1053\& URxvt.keysym.M-C-0x61: list|\e033<M-C-|abc|> 1049\& URxvt.keysym.M\-C\-0x61: list|\e033<M\-C\-|abc|>
1054.Ve 1050.Ve
1055.Sp 1051.Sp
1056The above line is equivalent to the following three lines: 1052The above line is equivalent to the following three lines:
1057.Sp 1053.Sp
1058.Vb 3 1054.Vb 3
1059\& URxvt.keysym.Meta-Control-0x61: \e033<M-C-a> 1055\& URxvt.keysym.Meta\-Control\-0x61: \e033<M\-C\-a>
1060\& URxvt.keysym.Meta-Control-0x62: \e033<M-C-b> 1056\& URxvt.keysym.Meta\-Control\-0x62: \e033<M\-C\-b>
1061\& URxvt.keysym.Meta-Control-0x63: \e033<M-C-c> 1057\& URxvt.keysym.Meta\-Control\-0x63: \e033<M\-C\-c>
1062.Ve 1058.Ve
1063.Sp 1059.Sp
1064If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR 1060If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR
1065is interpreted and executed as @@RXVT_NAME@@'s control sequence. For 1061is interpreted and executed as @@RXVT_NAME@@'s control sequence. For
1066example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR 1062example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR
1067when Control-Meta-c is being pressed": 1063when Control-Meta-c is being pressed":
1068.Sp 1064.Sp
1069.Vb 1 1065.Vb 1
1070\& URxvt.keysym.M-C-c: command:\e033]701;zh_CN.GBK\e007 1066\& URxvt.keysym.M\-C\-c: command:\e033]701;zh_CN.GBK\e007
1071.Ve 1067.Ve
1072.Sp 1068.Sp
1073If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR 1069If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR
1074is passed to the \f(CW\*(C`on_keyboard_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3) 1070is passed to the \f(CW\*(C`on_keyboard_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3)
1075manpage. For example, the \fIselection\fR extension (activated via 1071manpage. For example, the \fIselection\fR extension (activated via
1076\&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events: 1072\&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events:
1077.Sp 1073.Sp
1078.Vb 1 1074.Vb 1
1079\& URxvt.keysym.M-C-c: perl:selection:rot13 1075\& URxvt.keysym.M\-C\-c: perl:selection:rot13
1080.Ve 1076.Ve
1081.Sp 1077.Sp
1082Due the the large number of modifier combinations, a defined key mapping 1078Due the the large number of modifier combinations, a defined key mapping
1083will match if at \fIat least\fR the specified identifiers are being set, and 1079will match if at \fIat least\fR the specified identifiers are being set, and
1084no other key mappings with those and more bits are being defined. That 1080no other key mappings with those and more bits are being defined. That
1091\&\f(CW\*(C`Shift\-Insert\*(C'\fR mapping. To re-enable that, you can poke \*(L"holes\*(R" into the 1087\&\f(CW\*(C`Shift\-Insert\*(C'\fR mapping. To re-enable that, you can poke \*(L"holes\*(R" into the
1092user-defined keymap using the \f(CW\*(C`builtin:\*(C'\fR replacement: 1088user-defined keymap using the \f(CW\*(C`builtin:\*(C'\fR replacement:
1093.Sp 1089.Sp
1094.Vb 2 1090.Vb 2
1095\& URxvt.keysym.Insert: <my insert key sequence> 1091\& URxvt.keysym.Insert: <my insert key sequence>
1096\& URxvt.keysym.S-Insert: builtin: 1092\& URxvt.keysym.S\-Insert: builtin:
1097.Ve 1093.Ve
1098.Sp 1094.Sp
1099The first line defines a mapping for \f(CW\*(C`Insert\*(C'\fR and \fIany\fR combination 1095The first line defines a mapping for \f(CW\*(C`Insert\*(C'\fR and \fIany\fR combination
1100of modifiers. The second line re-establishes the default mapping for 1096of modifiers. The second line re-establishes the default mapping for
1101\&\f(CW\*(C`Shift\-Insert\*(C'\fR. 1097\&\f(CW\*(C`Shift\-Insert\*(C'\fR.
1103The following example will map Control\-Meta\-1 and Control\-Meta\-2 to 1099The following example will map Control\-Meta\-1 and Control\-Meta\-2 to
1104the fonts \f(CW\*(C`suxuseuro\*(C'\fR and \f(CW\*(C`9x15bold\*(C'\fR, so you can have some limited 1100the fonts \f(CW\*(C`suxuseuro\*(C'\fR and \f(CW\*(C`9x15bold\*(C'\fR, so you can have some limited
1105font-switching at runtime: 1101font-switching at runtime:
1106.Sp 1102.Sp
1107.Vb 2 1103.Vb 2
1108\& URxvt.keysym.M-C-1: command:\e033]50;suxuseuro\e007 1104\& URxvt.keysym.M\-C\-1: command:\e033]50;suxuseuro\e007
1109\& URxvt.keysym.M-C-2: command:\e033]50;9x15bold\e007 1105\& URxvt.keysym.M\-C\-2: command:\e033]50;9x15bold\e007
1110.Ve 1106.Ve
1111.Sp 1107.Sp
1112Other things are possible, e.g. resizing (see @@RXVT_NAME@@(7) for more 1108Other things are possible, e.g. resizing (see @@RXVT_NAME@@(7) for more
1113info): 1109info):
1114.Sp 1110.Sp
1115.Vb 2 1111.Vb 2
1116\& URxvt.keysym.M-C-3: command:\e033[8;25;80t 1112\& URxvt.keysym.M\-C\-3: command:\e033[8;25;80t
1117\& URxvt.keysym.M-C-4: command:\e033[8;48;110t 1113\& URxvt.keysym.M\-C\-4: command:\e033[8;48;110t
1118.Ve 1114.Ve
1119.IP "\fBperl-ext-common\fR: \fIstring\fR" 4 1115.IP "\fBperl-ext-common\fR: \fIstring\fR" 4
1120.IX Item "perl-ext-common: string" 1116.IX Item "perl-ext-common: string"
1121.PD 0 1117.PD 0
1122.IP "\fBperl-ext\fR: \fIstring\fR" 4 1118.IP "\fBperl-ext\fR: \fIstring\fR" 4
1241.Ve 1237.Ve
1242.PP 1238.PP
1243You can use keyboard shortcuts, too: 1239You can use keyboard shortcuts, too:
1244.PP 1240.PP
1245.Vb 2 1241.Vb 2
1246\& URxvt.keysym.M-C-1: command:\e033]710;suxuseuro\e007\e033]711;suxuseuro\e007 1242\& URxvt.keysym.M\-C\-1: command:\e033]710;suxuseuro\e007\e033]711;suxuseuro\e007
1247\& URxvt.keysym.M-C-2: command:\e033]710;9x15bold\e007\e033]711;9x15bold\e007 1243\& URxvt.keysym.M\-C\-2: command:\e033]710;9x15bold\e007\e033]711;9x15bold\e007
1248.Ve 1244.Ve
1249.PP 1245.PP
1250rxvt-unicode will automatically re-apply these fonts to the output so far. 1246rxvt-unicode will automatically re-apply these fonts to the output so far.
1251.SH "ISO 14755 SUPPORT" 1247.SH "ISO 14755 SUPPORT"
1252.IX Header "ISO 14755 SUPPORT" 1248.IX Header "ISO 14755 SUPPORT"
1253\&\s-1ISO\s0 14755 is a standard for entering and viewing unicode characters 1249\&\s-1ISO\s0 14755 is a standard for entering and viewing unicode characters
1254and character codes using the keyboard. It consists of 4 parts. The 1250and character codes using the keyboard. It consists of 4 parts. The
1255first part is available rxvt-unicode has been compiled with 1251first part is available rxvt-unicode has been compiled with
1256\&\f(CW\*(C`\-\-enable\-frills\*(C'\fR, the rest is available when rxvt-unicode was compiled 1252\&\f(CW\*(C`\-\-enable\-frills\*(C'\fR, the rest is available when rxvt-unicode was compiled
1257with \f(CW\*(C`\-\-enable\-iso14755\*(C'\fR. 1253with \f(CW\*(C`\-\-enable\-iso14755\*(C'\fR.
1254.IP "\(bu" 4
1258.IP "* 5.1: Basic method" 4 12555.1: Basic method
1259.IX Item "5.1: Basic method" 1256.Sp
1260This allows you to enter unicode characters using their hexcode. 1257This allows you to enter unicode characters using their hexcode.
1261.Sp 1258.Sp
1262Start by pressing and holding both \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR, then enter 1259Start by pressing and holding both \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR, then enter
1263hex-digits (between one and six). Releasing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR will 1260hex-digits (between one and six). Releasing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR will
1264commit the character as if it were typed directly. While holding down 1261commit the character as if it were typed directly. While holding down
1269As an example of use, imagine a business card with a japanese e\-mail 1266As an example of use, imagine a business card with a japanese e\-mail
1270address, which you cannot type. Fortunately, the card has the e\-mail 1267address, which you cannot type. Fortunately, the card has the e\-mail
1271address printed as hexcodes, e.g. \f(CW\*(C`671d 65e5\*(C'\fR. You can enter this easily 1268address printed as hexcodes, e.g. \f(CW\*(C`671d 65e5\*(C'\fR. You can enter this easily
1272by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR, followed by \f(CW\*(C`6\-7\-1\-D\-SPACE\-6\-5\-E\-5\*(C'\fR, 1269by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR, followed by \f(CW\*(C`6\-7\-1\-D\-SPACE\-6\-5\-E\-5\*(C'\fR,
1273followed by releasing the modifier keys. 1270followed by releasing the modifier keys.
1271.IP "\(bu" 4
1274.IP "* 5.2: Keyboard symbols entry method" 4 12725.2: Keyboard symbols entry method
1275.IX Item "5.2: Keyboard symbols entry method" 1273.Sp
1276This mode lets you input characters representing the keycap symbols of 1274This mode lets you input characters representing the keycap symbols of
1277your keyboard, if representable in the current locale encoding. 1275your keyboard, if representable in the current locale encoding.
1278.Sp 1276.Sp
1279Start by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then releasing 1277Start by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then releasing
1280them. The next special key (cursor keys, home etc.) you enter will not 1278them. The next special key (cursor keys, home etc.) you enter will not
1281invoke it's usual function but instead will insert the corresponding 1279invoke it's usual function but instead will insert the corresponding
1282keycap symbol. The symbol will only be entered when the key has been 1280keycap symbol. The symbol will only be entered when the key has been
1283released, otherwise pressing e.g. \f(CW\*(C`Shift\*(C'\fR would enter the symbol for 1281released, otherwise pressing e.g. \f(CW\*(C`Shift\*(C'\fR would enter the symbol for
1284\&\f(CW\*(C`ISO Level 2 Switch\*(C'\fR, although your intention might have been to enter a 1282\&\f(CW\*(C`ISO Level 2 Switch\*(C'\fR, although your intention might have been to enter a
1285reverse tab (Shift\-Tab). 1283reverse tab (Shift\-Tab).
1284.IP "\(bu" 4
1286.IP "* 5.3: Screen-selection entry method" 4 12855.3: Screen-selection entry method
1287.IX Item "5.3: Screen-selection entry method" 1286.Sp
1288While this is implemented already (it's basically the selection 1287While this is implemented already (it's basically the selection
1289mechanism), it could be extended by displaying a unicode character map. 1288mechanism), it could be extended by displaying a unicode character map.
1289.IP "\(bu" 4
1290.IP "* 5.4: Feedback method for identifying displayed characters for later input" 4 12905.4: Feedback method for identifying displayed characters for later input
1291.IX Item "5.4: Feedback method for identifying displayed characters for later input" 1291.Sp
1292This method lets you display the unicode character code associated with 1292This method lets you display the unicode character code associated with
1293characters already displayed. 1293characters already displayed.
1294.Sp 1294.Sp
1295You enter this mode by holding down \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then 1295You enter this mode by holding down \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then
1296pressing and holding the left mouse button and moving around. The unicode 1296pressing and holding the left mouse button and moving around. The unicode
1335color14 (bright cyan) = Cyan 1335color14 (bright cyan) = Cyan
1336color15 (bright white) = White 1336color15 (bright white) = White
1337foreground = Black 1337foreground = Black
1338background = White 1338background = White
1339.TE 1339.TE
1340
1341.PP 1340.PP
1342It is also possible to specify the colour values of \fBforeground\fR, 1341It is also possible to specify the colour values of \fBforeground\fR,
1343\&\fBbackground\fR, \fBcursorColor\fR, \fBcursorColor2\fR, \fBcolorBD\fR, \fBcolorUL\fR as 1342\&\fBbackground\fR, \fBcursorColor\fR, \fBcursorColor2\fR, \fBcolorBD\fR, \fBcolorUL\fR as
1344a number 0\-15, as a convenient shorthand to reference the colour name of 1343a number 0\-15, as a convenient shorthand to reference the colour name of
1345color0\-color15. 1344color0\-color15.
1377.PP 1376.PP
1378For example, the following selects an almost completely transparent red 1377For example, the following selects an almost completely transparent red
1379background, and an almost opaque pink foreground: 1378background, and an almost opaque pink foreground:
1380.PP 1379.PP
1381.Vb 1 1380.Vb 1
1382\& @@RXVT_NAME@@ -depth 32 -bg rgba:0000/0000/0000/2222 -fg "[e]pink" 1381\& @@RXVT_NAME@@ \-depth 32 \-bg rgba:0000/0000/0000/2222 \-fg "[e]pink"
1383.Ve 1382.Ve
1384.PP 1383.PP
1385\&\fIPlease note that transparency of any kind if completely unsupported by 1384\&\fIPlease note that transparency of any kind if completely unsupported by
1386the author. Don't bug him with installation questions!\fR 1385the author. Don't bug him with installation questions!\fR
1387.SH "ENVIRONMENT" 1386.SH "ENVIRONMENT"
1424.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4 1423.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4
1425.IX Item "RXVT_SOCKET" 1424.IX Item "RXVT_SOCKET"
1426The unix domain socket path used by @@RXVT_NAME@@c(1) and 1425The unix domain socket path used by @@RXVT_NAME@@c(1) and
1427@@RXVT_NAME@@d(1). 1426@@RXVT_NAME@@d(1).
1428.Sp 1427.Sp
1429Default \fI$HOME/.rxvt\-unicode\-\fI<nodename\fI\fR. 1428Default \fI\f(CI$HOME\fI/.rxvt\-unicode\-\fI<nodename\fI\fR.
1430.IP "\fB\s-1HOME\s0\fR" 4 1429.IP "\fB\s-1HOME\s0\fR" 4
1431.IX Item "HOME" 1430.IX Item "HOME"
1432Used to locate the default directory for the unix domain socket for 1431Used to locate the default directory for the unix domain socket for
1433daemon communications and to locate various resource files (such as 1432daemon communications and to locate various resource files (such as
1434\&\f(CW\*(C`.Xdefaults\*(C'\fR) 1433\&\f(CW\*(C`.Xdefaults\*(C'\fR)
1451.IX Header "CURRENT PROJECT COORDINATOR" 1450.IX Header "CURRENT PROJECT COORDINATOR"
1452.IP "Project Coordinator" 4 1451.IP "Project Coordinator" 4
1453.IX Item "Project Coordinator" 1452.IX Item "Project Coordinator"
1454Marc A. Lehmann <rxvt\-unicode@schmorp.de> 1453Marc A. Lehmann <rxvt\-unicode@schmorp.de>
1455.Sp 1454.Sp
1456<http://software.schmorp.de/#rxvt\-unicode> 1455<http://software.schmorp.de/pkg/rxvt\-unicode.html>
1457.SH "AUTHORS" 1456.SH "AUTHORS"
1458.IX Header "AUTHORS" 1457.IX Header "AUTHORS"
1459.IP "John Bovey" 4 1458.IP "John Bovey" 4
1460.IX Item "John Bovey" 1459.IX Item "John Bovey"
1461University of Kent, 1992, wrote the original Xvt. 1460University of Kent, 1992, wrote the original Xvt.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines