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.63 by root, Mon Aug 7 16:17:30 2006 UTC vs.
Revision 1.65 by root, Thu Dec 7 21:31:01 2006 UTC

1.\" Automatically generated by Pod::Man 2.09 (Pod::Simple 3.04) 1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
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_NAME@@ 1" 131.IX Title "@@RXVT_NAME@@ 1"
132.TH @@RXVT_NAME@@ 1 "2006-08-07" "7.9" "RXVT-UNICODE" 132.TH @@RXVT_NAME@@ 1 "2006-12-07" "8.1" "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 ]]
145.SH "FREQUENTLY ASKED QUESTIONS" 145.SH "FREQUENTLY ASKED QUESTIONS"
146.IX Header "FREQUENTLY ASKED QUESTIONS" 146.IX Header "FREQUENTLY ASKED QUESTIONS"
147See @@RXVT_NAME@@(7) (try \f(CW\*(C`man 7 @@RXVT_NAME@@\*(C'\fR) for a list of 147See @@RXVT_NAME@@(7) (try \f(CW\*(C`man 7 @@RXVT_NAME@@\*(C'\fR) for a list of
148frequently asked questions and answer to them and some common 148frequently asked questions and answer to them and some common
149problems. That document is also accessible on the World-Wide-Web at 149problems. That document is also accessible on the World-Wide-Web at
150<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>. 150<http://cvs.schmorp.de/browse/rxvt\-unicode/doc/rxvt.7.html>.
151.SH "RXVT-UNICODE VS. RXVT" 151.SH "RXVT-UNICODE VS. RXVT"
152.IX Header "RXVT-UNICODE VS. RXVT" 152.IX Header "RXVT-UNICODE VS. RXVT"
153Unlike the original rxvt, \fBrxvt-unicode\fR stores all text in Unicode 153Unlike the original rxvt, \fBrxvt-unicode\fR stores all text in Unicode
154internally. That means it can store and display most scripts in the 154internally. That means it can store and display most scripts in the
155world. Being a terminal emulator, however, some things are very difficult, 155world. Being a terminal emulator, however, some things are very difficult,
253non-tiled backgrounds, currently. See also the \fB\-sh\fR option that can be 253non-tiled backgrounds, currently. See also the \fB\-sh\fR option that can be
254used to brighten or darken the image in addition to tinting it; resource 254used to brighten or darken the image in addition to tinting it; resource
255\&\fItintColor\fR. Example: 255\&\fItintColor\fR. Example:
256.Sp 256.Sp
257.Vb 1 257.Vb 1
258\& @@RXVT_NAME@@ \-tr \-tint blue \-sh 40 258\& @@RXVT_NAME@@ -tr -tint blue -sh 40
259.Ve 259.Ve
260.IP "\fB\-sh\fR" 4 260.IP "\fB\-sh\fR" 4
261.IX Item "-sh" 261.IX Item "-sh"
262\&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent 262\&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent
263background image in addition to tinting it (i.e. \fB\-tint\fR must be 263background image in addition to tinting it (i.e. \fB\-tint\fR must be
298In short, to specify an X11 core font, just specify its name or prefix it 298In short, to specify an X11 core font, just specify its name or prefix it
299with \f(CW\*(C`x:\*(C'\fR. To specify an XFT\-font, you need to prefix it with \f(CW\*(C`xft:\*(C'\fR, 299with \f(CW\*(C`x:\*(C'\fR. To specify an XFT\-font, you need to prefix it with \f(CW\*(C`xft:\*(C'\fR,
300e.g.: 300e.g.:
301.Sp 301.Sp
302.Vb 2 302.Vb 2
303\& @@RXVT_NAME@@ \-fn "xft:Bitstream Vera Sans Mono:pixelsize=15" 303\& @@RXVT_NAME@@ -fn "xft:Bitstream Vera Sans Mono:pixelsize=15"
304\& @@RXVT_NAME@@ \-fn "9x15bold,xft:Bitstream Vera Sans Mono" 304\& @@RXVT_NAME@@ -fn "9x15bold,xft:Bitstream Vera Sans Mono"
305.Ve 305.Ve
306.Sp 306.Sp
307See also the question \*(L"How does rxvt-unicode choose fonts?\*(R" in the \s-1FAQ\s0 307See also the question \*(L"How does rxvt-unicode choose fonts?\*(R" in the \s-1FAQ\s0
308section of @@RXVT_NAME@@(7). 308section of @@RXVT_NAME@@(7).
309.IP "\fB\-fb\fR \fIfontlist\fR" 4 309.IP "\fB\-fb\fR \fIfontlist\fR" 4
428.Sp 428.Sp
429Please note that you must specify a program with arguments. If you want to 429Please note that you must specify a program with arguments. If you want to
430run shell commands, you have to specify the shell, like this: 430run shell commands, you have to specify the shell, like this:
431.Sp 431.Sp
432.Vb 1 432.Vb 1
433\& @@RXVT_NAME@@ \-e sh \-c "shell commands" 433\& @@RXVT_NAME@@ -e sh -c "shell commands"
434.Ve 434.Ve
435.IP "\fB\-title\fR \fItext\fR" 4 435.IP "\fB\-title\fR \fItext\fR" 4
436.IX Item "-title text" 436.IX Item "-title text"
437Window title (\fB\-T\fR still respected); the default title is the basename 437Window title (\fB\-T\fR still respected); the default title is the basename
438of the program specified after the \fB\-e\fR option, if any, otherwise the 438of the program specified after the \fB\-e\fR option, if any, otherwise the
515Here is a short Gtk2\-perl snippet that illustrates how this option can be 515Here is a short Gtk2\-perl snippet that illustrates how this option can be
516used (a longer example is in \fIdoc/embed\fR): 516used (a longer example is in \fIdoc/embed\fR):
517.Sp 517.Sp
518.Vb 5 518.Vb 5
519\& my $rxvt = new Gtk2::Socket; 519\& my $rxvt = new Gtk2::Socket;
520\& $rxvt\->signal_connect_after (realize => sub { 520\& $rxvt->signal_connect_after (realize => sub {
521\& my $xid = $_[0]\->window\->get_xid; 521\& my $xid = $_[0]->window->get_xid;
522\& system "@@RXVT_NAME@@ \-embed $xid &"; 522\& system "@@RXVT_NAME@@ -embed $xid &";
523\& }); 523\& });
524.Ve 524.Ve
525.IP "\fB\-pty\-fd\fR \fIfile descriptor\fR" 4 525.IP "\fB\-pty\-fd\fR \fIfile descriptor\fR" 4
526.IX Item "-pty-fd file descriptor" 526.IX Item "-pty-fd file descriptor"
527Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty 527Tells @@RXVT_NAME@@ \s-1NOT\s0 to execute any commands or create a new pty/tty
540longer example is in \fIdoc/pty\-fd\fR): 540longer example is in \fIdoc/pty\-fd\fR):
541.Sp 541.Sp
542.Vb 2 542.Vb 2
543\& use IO::Pty; 543\& use IO::Pty;
544\& use Fcntl; 544\& use Fcntl;
545\& 545.Ve
546.Sp
547.Vb 4
546\& my $pty = new IO::Pty; 548\& my $pty = new IO::Pty;
547\& fcntl $pty, F_SETFD, 0; # clear close\-on\-exec 549\& fcntl $pty, F_SETFD, 0; # clear close-on-exec
548\& system "@@RXVT_NAME@@ \-pty\-fd " . (fileno $pty) . "&"; 550\& system "@@RXVT_NAME@@ -pty-fd " . (fileno $pty) . "&";
549\& close $pty; 551\& close $pty;
550\& 552.Ve
553.Sp
554.Vb 3
551\& # now communicate with rxvt 555\& # now communicate with rxvt
552\& my $slave = $pty\->slave; 556\& my $slave = $pty->slave;
553\& while (<$slave>) { print $slave "got <$_>\en" } 557\& while (<$slave>) { print $slave "got <$_>\en" }
554.Ve 558.Ve
555.IP "\fB\-pe\fR \fIstring\fR" 4 559.IP "\fB\-pe\fR \fIstring\fR" 4
556.IX Item "-pe string" 560.IX Item "-pe string"
557Comma-separated list of perl extension scripts to use (or not to use) in 561Comma-separated list of perl extension scripts to use (or not to use) in
565distribution do also load settings from the \fB~/.Xresources\fR file when X 569distribution do also load settings from the \fB~/.Xresources\fR file when X
566starts. @@RXVT_NAME@@ will consult the following files/resources in order, 570starts. @@RXVT_NAME@@ will consult the following files/resources in order,
567with later settings overwriting earlier ones: 571with later settings overwriting earlier ones:
568.PP 572.PP
569.Vb 5 573.Vb 5
570\& 1. system\-wide app\-defaults file, either locale\-dependent OR global 574\& 1. system-wide app-defaults file, either locale-dependent OR global
571\& 2. app\-defaults file in $XAPPLRESDIR 575\& 2. app-defaults file in $XAPPLRESDIR
572\& 3. RESOURCE_MANAGER property on root\-window OR $HOME/.Xdefaults 576\& 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults
573\& 4. SCREEN_RESOURCES for the current screen 577\& 4. SCREEN_RESOURCES for the current screen
574\& 5. $XENVIRONMENT file OR $HOME/.Xdefaults\-<nodename> 578\& 5. $XENVIRONMENT file OR $HOME/.Xdefaults-<nodename>
575.Ve 579.Ve
576.PP 580.PP
577Note that when reading X resources, \fB@@RXVT_NAME@@\fR recognizes two class 581Note that when reading X resources, \fB@@RXVT_NAME@@\fR recognizes two class
578names: \fBRxvt\fR and \fBURxvt\fR. The class name \fBRxvt\fR allows resources 582names: \fBRxvt\fR and \fBURxvt\fR. The class name \fBRxvt\fR allows resources
579common to both \fB@@RXVT_NAME@@\fR and the original \fIrxvt\fR to be easily 583common to both \fB@@RXVT_NAME@@\fR and the original \fIrxvt\fR to be easily
720.Sp 724.Sp
721For example, this font resource 725For example, this font resource
722.Sp 726.Sp
723.Vb 5 727.Vb 5
724\& URxvt.font: 9x15bold,\e 728\& URxvt.font: 9x15bold,\e
725\& \-misc\-fixed\-bold\-r\-normal\-\-15\-140\-75\-75\-c\-90\-iso10646\-1,\e 729\& -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\e
726\& \-misc\-fixed\-medium\-r\-normal\-\-15\-140\-75\-75\-c\-90\-iso10646\-1, \e 730\& -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \e
727\& [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \e 731\& [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \e
728\& xft:Code2000:antialias=false 732\& xft:Code2000:antialias=false
729.Ve 733.Ve
730.Sp 734.Sp
731specifies five fonts to be used. The first one is \f(CW\*(C`9x15bold\*(C'\fR (actually 735specifies five fonts to be used. The first one is \f(CW\*(C`9x15bold\*(C'\fR (actually
819The string will be interpreted as if typed into the shell as\-is. 823The string will be interpreted as if typed into the shell as\-is.
820.Sp 824.Sp
821Example: 825Example:
822.Sp 826.Sp
823.Vb 1 827.Vb 1
824\& URxvt.print\-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX) 828\& URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
825.Ve 829.Ve
826.Sp 830.Sp
827This creates a new file in your home directory with the screen contents 831This creates a new file in your home directory with the screen contents
828every time you hit \f(CW\*(C`Print\*(C'\fR. 832every time you hit \f(CW\*(C`Print\*(C'\fR.
829.IP "\fBscrollBar:\fR \fIboolean\fR" 4 833.IP "\fBscrollBar:\fR \fIboolean\fR" 4
1031.Sp 1035.Sp
1032\&\fIstring\fR may contain escape values (\f(CW\*(C`\ea\*(C'\fR: bell, \f(CW\*(C`\eb\*(C'\fR: backspace, 1036\&\fIstring\fR may contain escape values (\f(CW\*(C`\ea\*(C'\fR: bell, \f(CW\*(C`\eb\*(C'\fR: backspace,
1033\&\f(CW\*(C`\ee\*(C'\fR, \f(CW\*(C`\eE\*(C'\fR: escape, \f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\er\*(C'\fR: carriage return, \f(CW\*(C`\et\*(C'\fR: tab, 1037\&\f(CW\*(C`\ee\*(C'\fR, \f(CW\*(C`\eE\*(C'\fR: escape, \f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\er\*(C'\fR: carriage return, \f(CW\*(C`\et\*(C'\fR: tab,
1034\&\f(CW\*(C`\e000\*(C'\fR: octal number) or verbatim control characters (\f(CW\*(C`^?\*(C'\fR: delete, 1038\&\f(CW\*(C`\e000\*(C'\fR: octal number) or verbatim control characters (\f(CW\*(C`^?\*(C'\fR: delete,
1035\&\f(CW\*(C`^@\*(C'\fR: null, \f(CW\*(C`^A\*(C'\fR ...) and may be enclosed with double quotes so that it 1039\&\f(CW\*(C`^@\*(C'\fR: null, \f(CW\*(C`^A\*(C'\fR ...) and may be enclosed with double quotes so that it
1036can start or end with whitespace. 1040can start or end with whitespace. \fBThis feature is deprecated and will
1041be removed\fR.
1037.Sp 1042.Sp
1038Please note that you need to double the \f(CW\*(C`\e\*(C'\fR in resource files, as 1043Please note that you need to double the \f(CW\*(C`\e\*(C'\fR in resource files, as
1039Xlib itself does its own de-escaping (you can use \f(CW\*(C`\e033\*(C'\fR instead of 1044Xlib itself does its own de-escaping (you can use \f(CW\*(C`\e033\*(C'\fR instead of
1040\&\f(CW\*(C`\ee\*(C'\fR (and so on), which will work with both Xt and @@RXVT_NAME@@'s own 1045\&\f(CW\*(C`\ee\*(C'\fR (and so on), which will work with both Xt and @@RXVT_NAME@@'s own
1041processing). 1046processing).
1045should be a character not used by the strings. 1050should be a character not used by the strings.
1046.Sp 1051.Sp
1047Its usage can be demonstrated by an example: 1052Its usage can be demonstrated by an example:
1048.Sp 1053.Sp
1049.Vb 1 1054.Vb 1
1050\& URxvt.keysym.M\-C\-0x61: list|\e033<M\-C\-|abc|> 1055\& URxvt.keysym.M-C-0x61: list|\e033<M-C-|abc|>
1051.Ve 1056.Ve
1052.Sp 1057.Sp
1053The above line is equivalent to the following three lines: 1058The above line is equivalent to the following three lines:
1054.Sp 1059.Sp
1055.Vb 3 1060.Vb 3
1056\& URxvt.keysym.Meta\-Control\-0x61: \e033<M\-C\-a> 1061\& URxvt.keysym.Meta-Control-0x61: \e033<M-C-a>
1057\& URxvt.keysym.Meta\-Control\-0x62: \e033<M\-C\-b> 1062\& URxvt.keysym.Meta-Control-0x62: \e033<M-C-b>
1058\& URxvt.keysym.Meta\-Control\-0x63: \e033<M\-C\-c> 1063\& URxvt.keysym.Meta-Control-0x63: \e033<M-C-c>
1059.Ve 1064.Ve
1060.Sp 1065.Sp
1061If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR 1066If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR
1062is interpreted and executed as @@RXVT_NAME@@'s control sequence. For 1067is interpreted and executed as @@RXVT_NAME@@'s control sequence. For
1063example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR 1068example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR
1064when Control-Meta-c is being pressed": 1069when Control-Meta-c is being pressed":
1065.Sp 1070.Sp
1066.Vb 1 1071.Vb 1
1067\& URxvt.keysym.M\-C\-c: command:\e033]701;zh_CN.GBK\e007 1072\& URxvt.keysym.M-C-c: command:\e033]701;zh_CN.GBK\e007
1068.Ve 1073.Ve
1069.Sp 1074.Sp
1070If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR 1075If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR
1071is passed to the \f(CW\*(C`on_keyboard_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3) 1076is passed to the \f(CW\*(C`on_keyboard_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3)
1072manpage. For example, the \fIselection\fR extension (activated via 1077manpage. For example, the \fIselection\fR extension (activated via
1073\&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events: 1078\&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events:
1074.Sp 1079.Sp
1075.Vb 1 1080.Vb 1
1076\& URxvt.keysym.M\-C\-c: perl:selection:rot13 1081\& URxvt.keysym.M-C-c: perl:selection:rot13
1077.Ve 1082.Ve
1078.Sp 1083.Sp
1079Due the the large number of modifier combinations, a defined key mapping 1084Due the the large number of modifier combinations, a defined key mapping
1080will match if at \fIat least\fR the specified identifiers are being set, and 1085will match if at \fIat least\fR the specified identifiers are being set, and
1081no other key mappings with those and more bits are being defined. That 1086no other key mappings with those and more bits are being defined. That
1088\&\f(CW\*(C`Shift\-Insert\*(C'\fR mapping. To re-enable that, you can poke \*(L"holes\*(R" into the 1093\&\f(CW\*(C`Shift\-Insert\*(C'\fR mapping. To re-enable that, you can poke \*(L"holes\*(R" into the
1089user-defined keymap using the \f(CW\*(C`builtin:\*(C'\fR replacement: 1094user-defined keymap using the \f(CW\*(C`builtin:\*(C'\fR replacement:
1090.Sp 1095.Sp
1091.Vb 2 1096.Vb 2
1092\& URxvt.keysym.Insert: <my insert key sequence> 1097\& URxvt.keysym.Insert: <my insert key sequence>
1093\& URxvt.keysym.S\-Insert: builtin: 1098\& URxvt.keysym.S-Insert: builtin:
1094.Ve 1099.Ve
1095.Sp 1100.Sp
1096The first line defines a mapping for \f(CW\*(C`Insert\*(C'\fR and \fIany\fR combination 1101The first line defines a mapping for \f(CW\*(C`Insert\*(C'\fR and \fIany\fR combination
1097of modifiers. The second line re-establishes the default mapping for 1102of modifiers. The second line re-establishes the default mapping for
1098\&\f(CW\*(C`Shift\-Insert\*(C'\fR. 1103\&\f(CW\*(C`Shift\-Insert\*(C'\fR.
1100The following example will map Control\-Meta\-1 and Control\-Meta\-2 to 1105The following example will map Control\-Meta\-1 and Control\-Meta\-2 to
1101the fonts \f(CW\*(C`suxuseuro\*(C'\fR and \f(CW\*(C`9x15bold\*(C'\fR, so you can have some limited 1106the fonts \f(CW\*(C`suxuseuro\*(C'\fR and \f(CW\*(C`9x15bold\*(C'\fR, so you can have some limited
1102font-switching at runtime: 1107font-switching at runtime:
1103.Sp 1108.Sp
1104.Vb 2 1109.Vb 2
1105\& URxvt.keysym.M\-C\-1: command:\e033]50;suxuseuro\e007 1110\& URxvt.keysym.M-C-1: command:\e033]50;suxuseuro\e007
1106\& URxvt.keysym.M\-C\-2: command:\e033]50;9x15bold\e007 1111\& URxvt.keysym.M-C-2: command:\e033]50;9x15bold\e007
1107.Ve 1112.Ve
1108.Sp 1113.Sp
1109Other things are possible, e.g. resizing (see @@RXVT_NAME@@(7) for more 1114Other things are possible, e.g. resizing (see @@RXVT_NAME@@(7) for more
1110info): 1115info):
1111.Sp 1116.Sp
1112.Vb 2 1117.Vb 2
1113\& URxvt.keysym.M\-C\-3: command:\e033[8;25;80t 1118\& URxvt.keysym.M-C-3: command:\e033[8;25;80t
1114\& URxvt.keysym.M\-C\-4: command:\e033[8;48;110t 1119\& URxvt.keysym.M-C-4: command:\e033[8;48;110t
1115.Ve 1120.Ve
1116.IP "\fBperl-ext-common\fR: \fIstring\fR" 4 1121.IP "\fBperl-ext-common\fR: \fIstring\fR" 4
1117.IX Item "perl-ext-common: string" 1122.IX Item "perl-ext-common: string"
1118.PD 0 1123.PD 0
1119.IP "\fBperl-ext\fR: \fIstring\fR" 4 1124.IP "\fBperl-ext\fR: \fIstring\fR" 4
1168Sets the hotkey that starts the incremental scrollback buffer search 1173Sets the hotkey that starts the incremental scrollback buffer search
1169(default: \f(CW\*(C`M\-s\*(C'\fR). 1174(default: \f(CW\*(C`M\-s\*(C'\fR).
1170.IP "\fBurlLauncher\fR: \fIstring\fR" 4 1175.IP "\fBurlLauncher\fR: \fIstring\fR" 4
1171.IX Item "urlLauncher: string" 1176.IX Item "urlLauncher: string"
1172Specifies the program to be started with a \s-1URL\s0 argument. Used by the 1177Specifies the program to be started with a \s-1URL\s0 argument. Used by the
1173\&\f(CW\*(C`selection\-popup\*(C'\fR and \f(CW\*(C`mark\-urls\*(C'\fR perl extensions. 1178\&\f(CW\*(C`selection\-popup\*(C'\fR and \f(CW\*(C`matcher\*(C'\fR perl extensions.
1174.IP "\fBtransient-for\fR: \fIwindowid\fR" 4 1179.IP "\fBtransient-for\fR: \fIwindowid\fR" 4
1175.IX Item "transient-for: windowid" 1180.IX Item "transient-for: windowid"
1176Compile \fIfrills\fR: Sets the \s-1WM_TRANSIENT_FOR\s0 property to the given window id. 1181Compile \fIfrills\fR: Sets the \s-1WM_TRANSIENT_FOR\s0 property to the given window id.
1177.IP "\fBoverride-redirect\fR: \fIboolean\fR" 4 1182.IP "\fBoverride-redirect\fR: \fIboolean\fR" 4
1178.IX Item "override-redirect: boolean" 1183.IX Item "override-redirect: boolean"
1238.Ve 1243.Ve
1239.PP 1244.PP
1240You can use keyboard shortcuts, too: 1245You can use keyboard shortcuts, too:
1241.PP 1246.PP
1242.Vb 2 1247.Vb 2
1243\& URxvt.keysym.M\-C\-1: command:\e033]710;suxuseuro\e007\e033]711;suxuseuro\e007 1248\& URxvt.keysym.M-C-1: command:\e033]710;suxuseuro\e007\e033]711;suxuseuro\e007
1244\& URxvt.keysym.M\-C\-2: command:\e033]710;9x15bold\e007\e033]711;9x15bold\e007 1249\& URxvt.keysym.M-C-2: command:\e033]710;9x15bold\e007\e033]711;9x15bold\e007
1245.Ve 1250.Ve
1246.PP 1251.PP
1247rxvt-unicode will automatically re-apply these fonts to the output so far. 1252rxvt-unicode will automatically re-apply these fonts to the output so far.
1248.SH "ISO 14755 SUPPORT" 1253.SH "ISO 14755 SUPPORT"
1249.IX Header "ISO 14755 SUPPORT" 1254.IX Header "ISO 14755 SUPPORT"
1250\&\s-1ISO\s0 14755 is a standard for entering and viewing unicode characters 1255\&\s-1ISO\s0 14755 is a standard for entering and viewing unicode characters
1251and character codes using the keyboard. It consists of 4 parts. The 1256and character codes using the keyboard. It consists of 4 parts. The
1252first part is available rxvt-unicode has been compiled with 1257first part is available rxvt-unicode has been compiled with
1253\&\f(CW\*(C`\-\-enable\-frills\*(C'\fR, the rest is available when rxvt-unicode was compiled 1258\&\f(CW\*(C`\-\-enable\-frills\*(C'\fR, the rest is available when rxvt-unicode was compiled
1254with \f(CW\*(C`\-\-enable\-iso14755\*(C'\fR. 1259with \f(CW\*(C`\-\-enable\-iso14755\*(C'\fR.
1255.IP "\(bu" 4
12565.1: Basic method 1260.IP "* 5.1: Basic method" 4
1257.Sp 1261.IX Item "5.1: Basic method"
1258This allows you to enter unicode characters using their hexcode. 1262This allows you to enter unicode characters using their hexcode.
1259.Sp 1263.Sp
1260Start by pressing and holding both \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR, then enter 1264Start by pressing and holding both \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR, then enter
1261hex-digits (between one and six). Releasing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR will 1265hex-digits (between one and six). Releasing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR will
1262commit the character as if it were typed directly. While holding down 1266commit the character as if it were typed directly. While holding down
1267As an example of use, imagine a business card with a japanese e\-mail 1271As an example of use, imagine a business card with a japanese e\-mail
1268address, which you cannot type. Fortunately, the card has the e\-mail 1272address, which you cannot type. Fortunately, the card has the e\-mail
1269address printed as hexcodes, e.g. \f(CW\*(C`671d 65e5\*(C'\fR. You can enter this easily 1273address printed as hexcodes, e.g. \f(CW\*(C`671d 65e5\*(C'\fR. You can enter this easily
1270by 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, 1274by 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,
1271followed by releasing the modifier keys. 1275followed by releasing the modifier keys.
1272.IP "\(bu" 4
12735.2: Keyboard symbols entry method 1276.IP "* 5.2: Keyboard symbols entry method" 4
1274.Sp 1277.IX Item "5.2: Keyboard symbols entry method"
1275This mode lets you input characters representing the keycap symbols of 1278This mode lets you input characters representing the keycap symbols of
1276your keyboard, if representable in the current locale encoding. 1279your keyboard, if representable in the current locale encoding.
1277.Sp 1280.Sp
1278Start by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then releasing 1281Start by pressing \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then releasing
1279them. The next special key (cursor keys, home etc.) you enter will not 1282them. The next special key (cursor keys, home etc.) you enter will not
1280invoke its usual function but instead will insert the corresponding 1283invoke its usual function but instead will insert the corresponding
1281keycap symbol. The symbol will only be entered when the key has been 1284keycap symbol. The symbol will only be entered when the key has been
1282released, otherwise pressing e.g. \f(CW\*(C`Shift\*(C'\fR would enter the symbol for 1285released, otherwise pressing e.g. \f(CW\*(C`Shift\*(C'\fR would enter the symbol for
1283\&\f(CW\*(C`ISO Level 2 Switch\*(C'\fR, although your intention might have been to enter a 1286\&\f(CW\*(C`ISO Level 2 Switch\*(C'\fR, although your intention might have been to enter a
1284reverse tab (Shift\-Tab). 1287reverse tab (Shift\-Tab).
1285.IP "\(bu" 4
12865.3: Screen-selection entry method 1288.IP "* 5.3: Screen-selection entry method" 4
1287.Sp 1289.IX Item "5.3: Screen-selection entry method"
1288While this is implemented already (it's basically the selection 1290While this is implemented already (it's basically the selection
1289mechanism), it could be extended by displaying a unicode character map. 1291mechanism), it could be extended by displaying a unicode character map.
1290.IP "\(bu" 4
12915.4: Feedback method for identifying displayed characters for later input 1292.IP "* 5.4: Feedback method for identifying displayed characters for later input" 4
1292.Sp 1293.IX Item "5.4: Feedback method for identifying displayed characters for later input"
1293This method lets you display the unicode character code associated with 1294This method lets you display the unicode character code associated with
1294characters already displayed. 1295characters already displayed.
1295.Sp 1296.Sp
1296You enter this mode by holding down \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then 1297You enter this mode by holding down \f(CW\*(C`Control\*(C'\fR and \f(CW\*(C`Shift\*(C'\fR together, then
1297pressing and holding the left mouse button and moving around. The unicode 1298pressing and holding the left mouse button and moving around. The unicode
1336color14 (bright cyan) = Cyan 1337color14 (bright cyan) = Cyan
1337color15 (bright white) = White 1338color15 (bright white) = White
1338foreground = Black 1339foreground = Black
1339background = White 1340background = White
1340.TE 1341.TE
1342
1341.PP 1343.PP
1342It is also possible to specify the colour values of \fBforeground\fR, 1344It is also possible to specify the colour values of \fBforeground\fR,
1343\&\fBbackground\fR, \fBcursorColor\fR, \fBcursorColor2\fR, \fBcolorBD\fR, \fBcolorUL\fR as 1345\&\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 1346a number 0\-15, as a convenient shorthand to reference the colour name of
1345color0\-color15. 1347color0\-color15.
1366If Xft support has been compiled in and as long as Xft/Xrender/X don't get 1368If Xft support has been compiled in and as long as Xft/Xrender/X don't get
1367their act together, rxvt-unicode will support \f(CW\*(C`rgba:rrrr/gggg/bbbb/aaaa\*(C'\fR 1369their act together, rxvt-unicode will support \f(CW\*(C`rgba:rrrr/gggg/bbbb/aaaa\*(C'\fR
1368(recommended, but \fB\s-1MUST\s0\fR have 4 digits/component) colour specifications, 1370(recommended, but \fB\s-1MUST\s0\fR have 4 digits/component) colour specifications,
1369in addition to the ones provided by X, where the additional A component 1371in addition to the ones provided by X, where the additional A component
1370specifies opacity (alpha) values. The minimum value of \f(CW0\fR is completely 1372specifies opacity (alpha) values. The minimum value of \f(CW0\fR is completely
1371transparent). You can also prefix any color with \f(CW\*(C`[a]\*(C'\fR, where \f(CW\*(C`a\*(C'\fR is on 1373transparent). You can also prefix any color with \f(CW\*(C`[percent]\*(C'\fR, where
1372to four hex digits specifiying the opacity value. 1374\&\f(CW\*(C`percent\*(C'\fR is a decimal percentage (0\-100) that specifies the opacity of
1375the color, where \f(CW0\fR is completely transparent and \f(CW100\fR is completelxy
1376opaque.
1373.PP 1377.PP
1374You probably need to specify \fB\*(L"\-depth 32\*(R"\fR, too, and have the luck that 1378You probably need to specify \fB\*(L"\-depth 32\*(R"\fR, too, and have the luck that
1375your X\-server uses \s-1ARGB\s0 pixel layout, as X is far from just supporting 1379your X\-server uses \s-1ARGB\s0 pixel layout, as X is far from just supporting
1376\&\s-1ARGB\s0 visuals out of the box, and rxvt-unicode just fudges around. 1380\&\s-1ARGB\s0 visuals out of the box, and rxvt-unicode just fudges around.
1377.PP 1381.PP
1378For example, the following selects an almost completely transparent red 1382For example, the following selects an almost completely transparent red
1379background, and an almost opaque pink foreground: 1383background, and an almost opaque pink foreground:
1380.PP 1384.PP
1381.Vb 1 1385.Vb 1
1382\& @@RXVT_NAME@@ \-depth 32 \-bg rgba:0000/0000/0000/2222 \-fg "[e]pink" 1386\& @@RXVT_NAME@@ -depth 32 -bg rgba:0000/0000/0000/aaaa -fg "[80]pink"
1383.Ve 1387.Ve
1384.PP 1388.PP
1385\&\fIPlease note that transparency of any kind if completely unsupported by 1389\&\fIPlease note that transparency of any kind if completely unsupported by
1386the author. Don't bug him with installation questions!\fR 1390the author. Don't bug him with installation questions!\fR
1387.SH "ENVIRONMENT" 1391.SH "ENVIRONMENT"
1424.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4 1428.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4
1425.IX Item "RXVT_SOCKET" 1429.IX Item "RXVT_SOCKET"
1426The unix domain socket path used by @@RXVT_NAME@@c(1) and 1430The unix domain socket path used by @@RXVT_NAME@@c(1) and
1427@@RXVT_NAME@@d(1). 1431@@RXVT_NAME@@d(1).
1428.Sp 1432.Sp
1429Default \fI\f(CI$HOME\fI/.rxvt\-unicode\-\fI<nodename\fI\fR. 1433Default \fI$HOME/.rxvt\-unicode\-\fI<nodename\fI\fR.
1430.IP "\fB\s-1HOME\s0\fR" 4 1434.IP "\fB\s-1HOME\s0\fR" 4
1431.IX Item "HOME" 1435.IX Item "HOME"
1432Used to locate the default directory for the unix domain socket for 1436Used to locate the default directory for the unix domain socket for
1433daemon communications and to locate various resource files (such as 1437daemon communications and to locate various resource files (such as
1434\&\f(CW\*(C`.Xdefaults\*(C'\fR) 1438\&\f(CW\*(C`.Xdefaults\*(C'\fR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines