From b707bf447895e2244c1c1f5c0e41ed027e4911d0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2006 20:57:29 +0000 Subject: [PATCH] *** empty log message *** --- doc/rxvt.7.html | 30 +++++++++++++++--------------- doc/rxvt.7.man.in | 20 ++++++++++---------- doc/rxvt.7.pod | 9 +++------ doc/rxvt.7.txt | 5 ++++- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html index e254a15e..9efc79c0 100644 --- a/doc/rxvt.7.html +++ b/doc/rxvt.7.html @@ -25,7 +25,7 @@
  • Does it support tabs, can I have a tabbed rxvt-unicode?
  • How do I know which rxvt-unicode version I'm using?
  • Rxvt-unicode uses gobs of memory, how can I reduce that?
  • -
  • How can I start rxvtd in a race-free way?
  • +
  • How can I start urxvtd in a race-free way?
  • How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.
  • How do I set the correct, full IP address for the DISPLAY variable?
  • How do I compile the manual pages on my own?
  • @@ -72,7 +72,7 @@
  • Why doesn't rxvt-unicode read my resources?
  • When I log-in to another system it tells me about missing terminfo data?
  • tic outputs some error when compiling the terminfo entry.
  • -
  • bash's readline does not work correctly under rxvt.
  • +
  • bash's readline does not work correctly under urxvt.
  • I need a termcap file entry.
  • Why does ls no longer have coloured output?
  • Why doesn't vim/emacs etc. use the 88 colour mode?
  • @@ -168,7 +168,7 @@ interested in learning about new and exciting problems (but not FAQs :).

    simple tabbed terminal. It is installed by default, so any of these should give you tabs:

    -   rxvt -pe tabbed
    + urxvt -pe tabbed
        URxvt.perl-ext-common: default,tabbed

    It will also work fine with tabbing functionality of many window managers @@ -181,7 +181,7 @@ the upcoming Gtk2::URxvt perl module, which features a tabbed urxvt

    How do I know which rxvt-unicode version I'm using?

    The version number is displayed with the usage (-h). Also the escape sequence ESC [ 8 n sets the window title to the version number. When -using the rxvtc client, the version displayed is that of the +using the urxvtc client, the version displayed is that of the daemon.

    @@ -199,8 +199,8 @@ use 10 Megabytes of memory. With --enable-unicode3 it gets worse, a rxvt-unicode then uses 8 bytes per screen cell.

    -

    How can I start rxvtd in a race-free way?

    -

    Try rxvtd -f -o, which tells rxvtd to open the +

    How can I start urxvtd in a race-free way?

    +

    Try urxvtd -f -o, which tells urxvtd to open the display, create the listening socket and then fork.

    @@ -322,7 +322,7 @@ descriptions for the programs mentioned and rxvt-unicode. Really, do it!

    1. Use inheritPixmap:

        Esetroot wallpaper.jpg
    -   rxvt -ip -tint red -sh 40
    + urxvt -ip -tint red -sh 40

    That works. If you think it doesn't, you lack transparency and tinting support, or you are unable to read.

    2. Use a simple pixmap and emulate pseudo-transparency. This enables you @@ -330,12 +330,12 @@ to use effects other than tinting and shading: Just shade/tint/whatever your picture with gimp or any other tool:

        convert wallpaper.jpg -blur 20x20 -modulate 30 background.xpm
    -   rxvt -pixmap background.xpm -pe automove-background
    + urxvt -pixmap background.xpm -pe automove-background

    That works. If you think it doesn't, you lack XPM and Perl support, or you are unable to read.

    3. Use an ARGB visual:

    -   rxvt -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc
    + urxvt -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc

    This requires XFT support, and the support of your X-server. If that doesn't work for you, blame Xorg and Keith Packard. ARGB visuals aren't there yet, no matter what they claim. Rxvt-Unicode contains the neccessary @@ -533,7 +533,7 @@ In that case, select a font of your taste and add it to the font list, e.g.:

     
    -   rxvt -fn basefont,font2,font3...
    + urxvt -fn basefont,font2,font3...
     
     When rxvt-unicode sees a character, it will first look at the base
    @@ -570,7 +570,7 @@ selects words like the old code.

    rxvt-unicode from initialising perl, saving memory.

    If you only want to disable specific features, you first have to identify which perl extension is responsible. For this, read the section -PREPACKAGED EXTENSIONS in the rxvtperl(3) manpage. For +PREPACKAGED EXTENSIONS in the urxvtperl(3) manpage. For example, to disable the selection-popup and option-popup, specify this perl-ext-common resource:

    @@ -652,11 +652,11 @@ be used (which may not be the same as your stty setting).

        # use Backspace = ^H
        $ stty erase ^H
    -   $ rxvt
    + $ urxvt
        # use Backspace = ^?
        $ stty erase ^?
    -   $ rxvt
    + $ urxvt

    Toggle with ESC [ 36 h / ESC [ 36 l.

    For an existing rxvt-unicode:

    @@ -685,7 +685,7 @@ GNU Emacs (and Emacs-like editors) use ^H for help.

    There are some compile-time selections available via configure. Unless you have run ``configure'' with the --disable-resources option you can use the `keysym' resource to alter the keystrings associated with keysyms.

    -

    Here's an example for a URxvt session started using rxvt -name URxvt

    +

    Here's an example for a URxvt session started using urxvt -name URxvt

        URxvt.keysym.Home:          \033[1~
        URxvt.keysym.End:           \033[4~
    @@ -771,7 +771,7 @@ the rxvt terminfo file with the rxvt-unicode one.

    enacs=\E[0@ and try again.

    -

    bash's readline does not work correctly under rxvt.

    +

    bash's readline does not work correctly under urxvt.

    See next entry.

    diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in index 335f9367..9755dea0 100644 --- a/doc/rxvt.7.man.in +++ b/doc/rxvt.7.man.in @@ -155,8 +155,8 @@ all escape sequences, and other background information. .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 @@ -220,10 +220,10 @@ display, create the listening socket and then fork. \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?" @@ -914,7 +914,7 @@ resource to set it: .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." @@ -1266,8 +1266,8 @@ old libW11 emulation. 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 +2128,7 @@ l l . 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 diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index 6be01e31..505b1ad3 100644 --- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -390,8 +390,7 @@ including the murky brown that passes for low-intensity yellow: URxvt.color14: #00FFFF URxvt.color15: #FFFFFF -And here is a more complete set of non-standard colors described (not by -me) as "pretty girly". +And here is a more complete set of non-standard colors. URxvt.cursorColor: #dc74d1 URxvt.pointerColor: #dc74d1 @@ -412,10 +411,8 @@ me) as "pretty girly". URxvt.color7: #e1dddd URxvt.color15: #e1dddd -=head3 Why do some characters look so much different than others? - -See next entry. - +(They were described (not by me) as "pretty girly"). + =head3 How does rxvt-unicode choose fonts? Most fonts do not contain the full range of Unicode, which is diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt index 69309cc4..99a5eab5 100644 --- a/doc/rxvt.7.txt +++ b/doc/rxvt.7.txt @@ -384,7 +384,10 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS URxvt.color7: #e1dddd URxvt.color15: #e1dddd - (They were described (not by me) as "pretty girly"). + They have been described (not by me) as "pretty girly". + + Why do some characters look so much different than others? + See next entry. How does rxvt-unicode choose fonts? Most fonts do not contain the full range of Unicode, which is fine. -- 2.34.1