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

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.62 by root, Tue Jan 31 20:50:48 2006 UTC vs.
Revision 1.68 by root, Tue Jan 31 21:06:26 2006 UTC

153This document contains the \s-1FAQ\s0, the \s-1RXVT\s0 \s-1TECHNICAL\s0 \s-1REFERENCE\s0 documenting 153This document contains the \s-1FAQ\s0, the \s-1RXVT\s0 \s-1TECHNICAL\s0 \s-1REFERENCE\s0 documenting
154all escape sequences, and other background information. 154all escape sequences, and other background information.
155.PP 155.PP
156The newest version of this document is also available on the World Wide Web at 156The newest version of this document is also available on the World Wide Web at
157<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>. 157<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
158.SH "FREQUENTLY ASKED QUESTIONS" 158.SH "RXVT\-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS"
159.IX Header "FREQUENTLY ASKED QUESTIONS" 159.IX Header "RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS"
160.Sh "Meta, Features & Commandline Issues" 160.Sh "Meta, Features & Commandline Issues"
161.IX Subsection "Meta, Features & Commandline Issues" 161.IX Subsection "Meta, Features & Commandline Issues"
162\fIMy question isn't answered here, can I ask a human?\fR 162\fIMy question isn't answered here, can I ask a human?\fR
163.IX Subsection "My question isn't answered here, can I ask a human?" 163.IX Subsection "My question isn't answered here, can I ask a human?"
164.PP 164.PP
172Beginning with version 7.3, there is a perl extension that implements a 172Beginning with version 7.3, there is a perl extension that implements a
173simple tabbed terminal. It is installed by default, so any of these should 173simple tabbed terminal. It is installed by default, so any of these should
174give you tabs: 174give you tabs:
175.PP 175.PP
176.Vb 1 176.Vb 1
177\& @@RXVT_NAME@@ -pe tabbed 177\& @@URXVT_NAME@@ -pe tabbed
178.Ve 178.Ve
179.PP 179.PP
180.Vb 1 180.Vb 1
181\& URxvt.perl-ext-common: default,tabbed 181\& URxvt.perl-ext-common: default,tabbed
182.Ve 182.Ve
190\fIHow do I know which rxvt-unicode version I'm using?\fR 190\fIHow do I know which rxvt-unicode version I'm using?\fR
191.IX Subsection "How do I know which rxvt-unicode version I'm using?" 191.IX Subsection "How do I know which rxvt-unicode version I'm using?"
192.PP 192.PP
193The version number is displayed with the usage (\-h). Also the escape 193The version number is displayed with the usage (\-h). Also the escape
194sequence \f(CW\*(C`ESC [ 8 n\*(C'\fR sets the window title to the version number. When 194sequence \f(CW\*(C`ESC [ 8 n\*(C'\fR sets the window title to the version number. When
195using the @@RXVT_NAME@@c client, the version displayed is that of the 195using the @@URXVT_NAME@@c client, the version displayed is that of the
196daemon. 196daemon.
197.PP 197.PP
198\fIRxvt-unicode uses gobs of memory, how can I reduce that?\fR 198\fIRxvt-unicode uses gobs of memory, how can I reduce that?\fR
199.IX Subsection "Rxvt-unicode uses gobs of memory, how can I reduce that?" 199.IX Subsection "Rxvt-unicode uses gobs of memory, how can I reduce that?"
200.PP 200.PP
2096 bytes per screen cell. For a 160x?? window this amounts to almost a 2096 bytes per screen cell. For a 160x?? window this amounts to almost a
210kilobyte per line. A scrollback buffer of 10000 lines will then (if full) 210kilobyte per line. A scrollback buffer of 10000 lines will then (if full)
211use 10 Megabytes of memory. With \f(CW\*(C`\-\-enable\-unicode3\*(C'\fR it gets worse, as 211use 10 Megabytes of memory. With \f(CW\*(C`\-\-enable\-unicode3\*(C'\fR it gets worse, as
212rxvt-unicode then uses 8 bytes per screen cell. 212rxvt-unicode then uses 8 bytes per screen cell.
213.PP 213.PP
214\fIHow can I start @@RXVT_NAME@@d in a race-free way?\fR 214\fIHow can I start @@URXVT_NAME@@d in a race-free way?\fR
215.IX Subsection "How can I start @@RXVT_NAME@@d in a race-free way?" 215.IX Subsection "How can I start @@URXVT_NAME@@d in a race-free way?"
216.PP 216.PP
217Try \f(CW\*(C`@@RXVT_NAME@@d \-f \-o\*(C'\fR, which tells @@RXVT_NAME@@d to open the 217Try \f(CW\*(C`@@URXVT_NAME@@d \-f \-o\*(C'\fR, which tells @@URXVT_NAME@@d to open the
218display, create the listening socket and then fork. 218display, create the listening socket and then fork.
219.PP 219.PP
220\fIHow do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.\fR 220\fIHow do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.\fR
221.IX Subsection "How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc." 221.IX Subsection "How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc."
222.PP 222.PP
223rxvt and rxvt-unicode always export the variable \*(L"\s-1COLORTERM\s0\*(R", so you can 223The original rxvt and rxvt-unicode always export the variable \*(L"\s-1COLORTERM\s0\*(R",
224check and see if that is set. Note that several programs, \s-1JED\s0, slrn, 224so you can check and see if that is set. Note that several programs, \s-1JED\s0,
225Midnight Commander automatically check this variable to decide whether or 225slrn, Midnight Commander automatically check this variable to decide
226not to use color. 226whether or not to use color.
227.PP 227.PP
228\fIHow do I set the correct, full \s-1IP\s0 address for the \s-1DISPLAY\s0 variable?\fR 228\fIHow do I set the correct, full \s-1IP\s0 address for the \s-1DISPLAY\s0 variable?\fR
229.IX Subsection "How do I set the correct, full IP address for the DISPLAY variable?" 229.IX Subsection "How do I set the correct, full IP address for the DISPLAY variable?"
230.PP 230.PP
231If you've compiled rxvt-unicode with \s-1DISPLAY_IS_IP\s0 and have enabled 231If you've compiled rxvt-unicode with \s-1DISPLAY_IS_IP\s0 and have enabled
275\& text data bss drs rss filename 275\& text data bss drs rss filename
276\& 98398 1664 24 15695 1824 rxvt --disable-everything 276\& 98398 1664 24 15695 1824 rxvt --disable-everything
277\& 188985 9048 66616 18222 1788 urxvt --disable-everything 277\& 188985 9048 66616 18222 1788 urxvt --disable-everything
278.Ve 278.Ve
279.PP 279.PP
280When you \f(CW\*(C`\-\-enable\-everything\*(C'\fR (which _is_ unfair, as this involves xft 280When you \f(CW\*(C`\-\-enable\-everything\*(C'\fR (which \fIis\fR unfair, as this involves xft
281and full locale/XIM support which are quite bloaty inside libX11 and my 281and full locale/XIM support which are quite bloaty inside libX11 and my
282libc), the two diverge, but not unreasnobaly so. 282libc), the two diverge, but not unreasnobaly so.
283.PP 283.PP
284.Vb 3 284.Vb 3
285\& text data bss drs rss filename 285\& text data bss drs rss filename
360.PP 360.PP
3611. Use inheritPixmap: 3611. Use inheritPixmap:
362.PP 362.PP
363.Vb 2 363.Vb 2
364\& Esetroot wallpaper.jpg 364\& Esetroot wallpaper.jpg
365\& @@RXVT_NAME@@ -ip -tint red -sh 40 365\& @@URXVT_NAME@@ -ip -tint red -sh 40
366.Ve 366.Ve
367.PP 367.PP
368That works. If you think it doesn't, you lack transparency and tinting 368That works. If you think it doesn't, you lack transparency and tinting
369support, or you are unable to read. 369support, or you are unable to read.
370.PP 370.PP
372to use effects other than tinting and shading: Just shade/tint/whatever 372to use effects other than tinting and shading: Just shade/tint/whatever
373your picture with gimp or any other tool: 373your picture with gimp or any other tool:
374.PP 374.PP
375.Vb 2 375.Vb 2
376\& convert wallpaper.jpg -blur 20x20 -modulate 30 background.xpm 376\& convert wallpaper.jpg -blur 20x20 -modulate 30 background.xpm
377\& @@RXVT_NAME@@ -pixmap background.xpm -pe automove-background 377\& @@URXVT_NAME@@ -pixmap background.xpm -pe automove-background
378.Ve 378.Ve
379.PP 379.PP
380That works. If you think it doesn't, you lack \s-1XPM\s0 and Perl support, or you 380That works. If you think it doesn't, you lack \s-1XPM\s0 and Perl support, or you
381are unable to read. 381are unable to read.
382.PP 382.PP
3833. Use an \s-1ARGB\s0 visual: 3833. Use an \s-1ARGB\s0 visual:
384.PP 384.PP
385.Vb 1 385.Vb 1
386\& @@RXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc 386\& @@URXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc
387.Ve 387.Ve
388.PP 388.PP
389This requires \s-1XFT\s0 support, and the support of your X\-server. If that 389This requires \s-1XFT\s0 support, and the support of your X\-server. If that
390doesn't work for you, blame Xorg and Keith Packard. \s-1ARGB\s0 visuals aren't 390doesn't work for you, blame Xorg and Keith Packard. \s-1ARGB\s0 visuals aren't
391there yet, no matter what they claim. Rxvt-Unicode contains the neccessary 391there yet, no matter what they claim. Rxvt-Unicode contains the neccessary
571\& URxvt.color13: #FF00FF 571\& URxvt.color13: #FF00FF
572\& URxvt.color14: #00FFFF 572\& URxvt.color14: #00FFFF
573\& URxvt.color15: #FFFFFF 573\& URxvt.color15: #FFFFFF
574.Ve 574.Ve
575.PP 575.PP
576And here is a more complete set of non-standard colors described (not by 576And here is a more complete set of non-standard colors.
577me) as \*(L"pretty girly\*(R".
578.PP 577.PP
579.Vb 18 578.Vb 18
580\& URxvt.cursorColor: #dc74d1 579\& URxvt.cursorColor: #dc74d1
581\& URxvt.pointerColor: #dc74d1 580\& URxvt.pointerColor: #dc74d1
582\& URxvt.background: #0e0e0e 581\& URxvt.background: #0e0e0e
595\& URxvt.color14: #73f7ff 594\& URxvt.color14: #73f7ff
596\& URxvt.color7: #e1dddd 595\& URxvt.color7: #e1dddd
597\& URxvt.color15: #e1dddd 596\& URxvt.color15: #e1dddd
598.Ve 597.Ve
599.PP 598.PP
599They have been described (not by me) as \*(L"pretty girly\*(R".
600.PP
600\fIWhy do some characters look so much different than others?\fR 601\fIWhy do some characters look so much different than others?\fR
601.IX Subsection "Why do some characters look so much different than others?" 602.IX Subsection "Why do some characters look so much different than others?"
602.PP 603.PP
603See next entry. 604See next entry.
604.PP 605.PP
619.PP 620.PP
620In that case, select a font of your taste and add it to the font list, 621In that case, select a font of your taste and add it to the font list,
621e.g.: 622e.g.:
622.PP 623.PP
623.Vb 1 624.Vb 1
624\& @@RXVT_NAME@@ -fn basefont,font2,font3... 625\& @@URXVT_NAME@@ -fn basefont,font2,font3...
625.Ve 626.Ve
626.PP 627.PP
627When rxvt-unicode sees a character, it will first look at the base 628When rxvt-unicode sees a character, it will first look at the base
628font. If the base font does not contain the character, it will go to the 629font. If the base font does not contain the character, it will go to the
629next font, and so on. Specifying your own fonts will also speed up this 630next font, and so on. Specifying your own fonts will also speed up this
663\&\fBperl-ext-common\fR resource to the empty string, which also keeps 664\&\fBperl-ext-common\fR resource to the empty string, which also keeps
664rxvt-unicode from initialising perl, saving memory. 665rxvt-unicode from initialising perl, saving memory.
665.PP 666.PP
666If you only want to disable specific features, you first have to 667If you only want to disable specific features, you first have to
667identify which perl extension is responsible. For this, read the section 668identify which perl extension is responsible. For this, read the section
668\&\fB\s-1PREPACKAGED\s0 \s-1EXTENSIONS\s0\fR in the @@RXVT_NAME@@\fIperl\fR\|(3) manpage. For 669\&\fB\s-1PREPACKAGED\s0 \s-1EXTENSIONS\s0\fR in the @@URXVT_NAME@@\fIperl\fR\|(3) manpage. For
669example, to disable the \fBselection-popup\fR and \fBoption-popup\fR, specify 670example, to disable the \fBselection-popup\fR and \fBoption-popup\fR, specify
670this \fBperl-ext-common\fR resource: 671this \fBperl-ext-common\fR resource:
671.PP 672.PP
672.Vb 1 673.Vb 1
673\& URxvt.perl-ext-common: default,-selection-popup,-option-popup 674\& URxvt.perl-ext-common: default,-selection-popup,-option-popup
765For starting a new rxvt\-unicode: 766For starting a new rxvt\-unicode:
766.PP 767.PP
767.Vb 3 768.Vb 3
768\& # use Backspace = ^H 769\& # use Backspace = ^H
769\& $ stty erase ^H 770\& $ stty erase ^H
770\& $ @@RXVT_NAME@@ 771\& $ @@URXVT_NAME@@
771.Ve 772.Ve
772.PP 773.PP
773.Vb 3 774.Vb 3
774\& # use Backspace = ^? 775\& # use Backspace = ^?
775\& $ stty erase ^? 776\& $ stty erase ^?
776\& $ @@RXVT_NAME@@ 777\& $ @@URXVT_NAME@@
777.Ve 778.Ve
778.PP 779.PP
779Toggle with \f(CW\*(C`ESC [ 36 h\*(C'\fR / \f(CW\*(C`ESC [ 36 l\*(C'\fR. 780Toggle with \f(CW\*(C`ESC [ 36 h\*(C'\fR / \f(CW\*(C`ESC [ 36 l\*(C'\fR.
780.PP 781.PP
781For an existing rxvt\-unicode: 782For an existing rxvt\-unicode:
814.PP 815.PP
815There are some compile-time selections available via configure. Unless 816There are some compile-time selections available via configure. Unless
816you have run \*(L"configure\*(R" with the \f(CW\*(C`\-\-disable\-resources\*(C'\fR option you can 817you have run \*(L"configure\*(R" with the \f(CW\*(C`\-\-disable\-resources\*(C'\fR option you can
817use the `keysym' resource to alter the keystrings associated with keysyms. 818use the `keysym' resource to alter the keystrings associated with keysyms.
818.PP 819.PP
819Here's an example for a URxvt session started using \f(CW\*(C`@@RXVT_NAME@@ \-name URxvt\*(C'\fR 820Here's an example for a URxvt session started using \f(CW\*(C`@@URXVT_NAME@@ \-name URxvt\*(C'\fR
820.PP 821.PP
821.Vb 20 822.Vb 20
822\& URxvt.keysym.Home: \e033[1~ 823\& URxvt.keysym.Home: \e033[1~
823\& URxvt.keysym.End: \e033[4~ 824\& URxvt.keysym.End: \e033[4~
824\& URxvt.keysym.C-apostrophe: \e033<C-'> 825\& URxvt.keysym.C-apostrophe: \e033<C-'>
912.Vb 1 913.Vb 1
913\& URxvt.termName: rxvt 914\& URxvt.termName: rxvt
914.Ve 915.Ve
915.PP 916.PP
916If you don't plan to use \fBrxvt\fR (quite common...) you could also replace 917If you don't plan to use \fBrxvt\fR (quite common...) you could also replace
917the rxvt terminfo file with the rxvt-unicode one. 918the rxvt terminfo file with the rxvt-unicode one and use \f(CW\*(C`TERM=rxvt\*(C'\fR.
918.PP 919.PP
919\fI\f(CI\*(C`tic\*(C'\fI outputs some error when compiling the terminfo entry.\fR 920\fI\f(CI\*(C`tic\*(C'\fI outputs some error when compiling the terminfo entry.\fR
920.IX Subsection "tic outputs some error when compiling the terminfo entry." 921.IX Subsection "tic outputs some error when compiling the terminfo entry."
921.PP 922.PP
922Most likely it's the empty definition for \f(CW\*(C`enacs=\*(C'\fR. Just replace it by 923Most likely it's the empty definition for \f(CW\*(C`enacs=\*(C'\fR. Just replace it by
923\&\f(CW\*(C`enacs=\eE[0@\*(C'\fR and try again. 924\&\f(CW\*(C`enacs=\eE[0@\*(C'\fR and try again.
924.PP 925.PP
925\fI\f(CI\*(C`bash\*(C'\fI's readline does not work correctly under @@RXVT_NAME@@.\fR 926\fI\f(CI\*(C`bash\*(C'\fI's readline does not work correctly under @@URXVT_NAME@@.\fR
926.IX Subsection "bash's readline does not work correctly under @@RXVT_NAME@@." 927.IX Subsection "bash's readline does not work correctly under @@URXVT_NAME@@."
927.PP 928.PP
928See next entry. 929See next entry.
929.PP 930.PP
930\fII need a termcap file entry.\fR 931\fII need a termcap file entry.\fR
931.IX Subsection "I need a termcap file entry." 932.IX Subsection "I need a termcap file entry."
1264old libW11 emulation. 1265old libW11 emulation.
1265.PP 1266.PP
1266At the time of this writing, cygwin didn't seem to support any multi-byte 1267At the time of this writing, cygwin didn't seem to support any multi-byte
1267encodings (you might try \f(CW\*(C`LC_CTYPE=C\-UTF\-8\*(C'\fR), so you are likely limited 1268encodings (you might try \f(CW\*(C`LC_CTYPE=C\-UTF\-8\*(C'\fR), so you are likely limited
1268to 8\-bit encodings. 1269to 8\-bit encodings.
1269.SH "RXVT TECHNICAL REFERENCE" 1270.SH "RXVT-UNICODE TECHNICAL REFERENCE"
1270.IX Header "RXVT TECHNICAL REFERENCE" 1271.IX Header "RXVT-UNICODE TECHNICAL REFERENCE"
1271.SH "DESCRIPTION" 1272.SH "DESCRIPTION"
1272.IX Header "DESCRIPTION" 1273.IX Header "DESCRIPTION"
1273The rest of this document describes various technical aspects of 1274The rest of this document describes various technical aspects of
1274\&\fBrxvt-unicode\fR. First the description of supported command sequences, 1275\&\fBrxvt-unicode\fR. First the description of supported command sequences,
1275followed by pixmap support and last by a description of all features 1276followed by pixmap support and last by a description of all features
2126.TS 2127.TS
2127l l . 2128l l .
21284 Shift 21294 Shift
21298 Meta 21308 Meta
213016 Control 213116 Control
213132 Double Click (Rxvt extension) 213232 Double Click (rxvt extension)
2132.TE 2133.TE
2133 2134
2134Col = \fB\f(CB\*(C`<x> \- SPACE\*(C'\fB\fR 2135Col = \fB\f(CB\*(C`<x> \- SPACE\*(C'\fB\fR
2135.Sp 2136.Sp
2136Row = \fB\f(CB\*(C`<y> \- SPACE\*(C'\fB\fR 2137Row = \fB\f(CB\*(C`<y> \- SPACE\*(C'\fB\fR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines