--- rxvt-unicode/doc/rxvt.7.man.in 2006/01/31 20:50:48 1.62 +++ rxvt-unicode/doc/rxvt.7.man.in 2006/01/31 21:06:26 1.68 @@ -155,8 +155,8 @@ .PP The newest version of this document is also available on the World Wide Web at . -.SH "FREQUENTLY ASKED QUESTIONS" -.IX Header "FREQUENTLY ASKED QUESTIONS" +.SH "RXVT\-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS" +.IX Header "RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS" .Sh "Meta, Features & Commandline Issues" .IX Subsection "Meta, Features & Commandline Issues" \fIMy question isn't answered here, can I ask a human?\fR @@ -174,7 +174,7 @@ give you tabs: .PP .Vb 1 -\& @@RXVT_NAME@@ -pe tabbed +\& @@URXVT_NAME@@ -pe tabbed .Ve .PP .Vb 1 @@ -192,7 +192,7 @@ .PP The version number is displayed with the usage (\-h). Also the escape sequence \f(CW\*(C`ESC [ 8 n\*(C'\fR sets the window title to the version number. When -using the @@RXVT_NAME@@c client, the version displayed is that of the +using the @@URXVT_NAME@@c client, the version displayed is that of the daemon. .PP \fIRxvt-unicode uses gobs of memory, how can I reduce that?\fR @@ -211,19 +211,19 @@ use 10 Megabytes of memory. With \f(CW\*(C`\-\-enable\-unicode3\*(C'\fR it gets worse, as rxvt-unicode then uses 8 bytes per screen cell. .PP -\fIHow can I start @@RXVT_NAME@@d in a race-free way?\fR -.IX Subsection "How can I start @@RXVT_NAME@@d in a race-free way?" +\fIHow can I start @@URXVT_NAME@@d in a race-free way?\fR +.IX Subsection "How can I start @@URXVT_NAME@@d in a race-free way?" .PP -Try \f(CW\*(C`@@RXVT_NAME@@d \-f \-o\*(C'\fR, which tells @@RXVT_NAME@@d to open the +Try \f(CW\*(C`@@URXVT_NAME@@d \-f \-o\*(C'\fR, which tells @@URXVT_NAME@@d to open the display, create the listening socket and then fork. .PP \fIHow do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.\fR .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." .PP -rxvt and rxvt-unicode always export the variable \*(L"\s-1COLORTERM\s0\*(R", so you can -check and see if that is set. Note that several programs, \s-1JED\s0, slrn, -Midnight Commander automatically check this variable to decide whether or -not to use color. +The original rxvt and rxvt-unicode always export the variable \*(L"\s-1COLORTERM\s0\*(R", +so you can check and see if that is set. Note that several programs, \s-1JED\s0, +slrn, Midnight Commander automatically check this variable to decide +whether or not to use color. .PP \fIHow do I set the correct, full \s-1IP\s0 address for the \s-1DISPLAY\s0 variable?\fR .IX Subsection "How do I set the correct, full IP address for the DISPLAY variable?" @@ -277,7 +277,7 @@ \& 188985 9048 66616 18222 1788 urxvt --disable-everything .Ve .PP -When you \f(CW\*(C`\-\-enable\-everything\*(C'\fR (which _is_ unfair, as this involves xft +When you \f(CW\*(C`\-\-enable\-everything\*(C'\fR (which \fIis\fR unfair, as this involves xft and full locale/XIM support which are quite bloaty inside libX11 and my libc), the two diverge, but not unreasnobaly so. .PP @@ -362,7 +362,7 @@ .PP .Vb 2 \& Esetroot wallpaper.jpg -\& @@RXVT_NAME@@ -ip -tint red -sh 40 +\& @@URXVT_NAME@@ -ip -tint red -sh 40 .Ve .PP That works. If you think it doesn't, you lack transparency and tinting @@ -374,7 +374,7 @@ .PP .Vb 2 \& convert wallpaper.jpg -blur 20x20 -modulate 30 background.xpm -\& @@RXVT_NAME@@ -pixmap background.xpm -pe automove-background +\& @@URXVT_NAME@@ -pixmap background.xpm -pe automove-background .Ve .PP That works. If you think it doesn't, you lack \s-1XPM\s0 and Perl support, or you @@ -383,7 +383,7 @@ 3. Use an \s-1ARGB\s0 visual: .PP .Vb 1 -\& @@RXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc +\& @@URXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc .Ve .PP This requires \s-1XFT\s0 support, and the support of your X\-server. If that @@ -573,8 +573,7 @@ \& URxvt.color15: #FFFFFF .Ve .PP -And here is a more complete set of non-standard colors described (not by -me) as \*(L"pretty girly\*(R". +And here is a more complete set of non-standard colors. .PP .Vb 18 \& URxvt.cursorColor: #dc74d1 @@ -597,6 +596,8 @@ \& URxvt.color15: #e1dddd .Ve .PP +They have been described (not by me) as \*(L"pretty girly\*(R". +.PP \fIWhy do some characters look so much different than others?\fR .IX Subsection "Why do some characters look so much different than others?" .PP @@ -621,7 +622,7 @@ e.g.: .PP .Vb 1 -\& @@RXVT_NAME@@ -fn basefont,font2,font3... +\& @@URXVT_NAME@@ -fn basefont,font2,font3... .Ve .PP When rxvt-unicode sees a character, it will first look at the base @@ -665,7 +666,7 @@ .PP If you only want to disable specific features, you first have to identify which perl extension is responsible. For this, read the section -\&\fB\s-1PREPACKAGED\s0 \s-1EXTENSIONS\s0\fR in the @@RXVT_NAME@@\fIperl\fR\|(3) manpage. For +\&\fB\s-1PREPACKAGED\s0 \s-1EXTENSIONS\s0\fR in the @@URXVT_NAME@@\fIperl\fR\|(3) manpage. For example, to disable the \fBselection-popup\fR and \fBoption-popup\fR, specify this \fBperl-ext-common\fR resource: .PP @@ -767,13 +768,13 @@ .Vb 3 \& # use Backspace = ^H \& $ stty erase ^H -\& $ @@RXVT_NAME@@ +\& $ @@URXVT_NAME@@ .Ve .PP .Vb 3 \& # use Backspace = ^? \& $ stty erase ^? -\& $ @@RXVT_NAME@@ +\& $ @@URXVT_NAME@@ .Ve .PP Toggle with \f(CW\*(C`ESC [ 36 h\*(C'\fR / \f(CW\*(C`ESC [ 36 l\*(C'\fR. @@ -816,7 +817,7 @@ you have run \*(L"configure\*(R" with the \f(CW\*(C`\-\-disable\-resources\*(C'\fR option you can use the `keysym' resource to alter the keystrings associated with keysyms. .PP -Here's an example for a URxvt session started using \f(CW\*(C`@@RXVT_NAME@@ \-name URxvt\*(C'\fR +Here's an example for a URxvt session started using \f(CW\*(C`@@URXVT_NAME@@ \-name URxvt\*(C'\fR .PP .Vb 20 \& URxvt.keysym.Home: \e033[1~ @@ -914,7 +915,7 @@ .Ve .PP If you don't plan to use \fBrxvt\fR (quite common...) you could also replace -the rxvt terminfo file with the rxvt-unicode one. +the rxvt terminfo file with the rxvt-unicode one and use \f(CW\*(C`TERM=rxvt\*(C'\fR. .PP \fI\f(CI\*(C`tic\*(C'\fI outputs some error when compiling the terminfo entry.\fR .IX Subsection "tic outputs some error when compiling the terminfo entry." @@ -922,8 +923,8 @@ Most likely it's the empty definition for \f(CW\*(C`enacs=\*(C'\fR. Just replace it by \&\f(CW\*(C`enacs=\eE[0@\*(C'\fR and try again. .PP -\fI\f(CI\*(C`bash\*(C'\fI's readline does not work correctly under @@RXVT_NAME@@.\fR -.IX Subsection "bash's readline does not work correctly under @@RXVT_NAME@@." +\fI\f(CI\*(C`bash\*(C'\fI's readline does not work correctly under @@URXVT_NAME@@.\fR +.IX Subsection "bash's readline does not work correctly under @@URXVT_NAME@@." .PP See next entry. .PP @@ -1266,8 +1267,8 @@ At the time of this writing, cygwin didn't seem to support any multi-byte encodings (you might try \f(CW\*(C`LC_CTYPE=C\-UTF\-8\*(C'\fR), so you are likely limited to 8\-bit encodings. -.SH "RXVT TECHNICAL REFERENCE" -.IX Header "RXVT TECHNICAL REFERENCE" +.SH "RXVT-UNICODE TECHNICAL REFERENCE" +.IX Header "RXVT-UNICODE TECHNICAL REFERENCE" .SH "DESCRIPTION" .IX Header "DESCRIPTION" The rest of this document describes various technical aspects of @@ -2128,7 +2129,7 @@ 4 Shift 8 Meta 16 Control -32 Double Click (Rxvt extension) +32 Double Click (rxvt extension) .TE Col = \fB\f(CB\*(C` \- SPACE\*(C'\fB\fR