--- rxvt-unicode/doc/rxvt.7.txt 2006/01/12 23:16:31 1.42 +++ rxvt-unicode/doc/rxvt.7.txt 2006/01/13 12:40:46 1.43 @@ -46,7 +46,7 @@ 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 + section PREPACKAGED EXTENSIONS in the urxvtperl(3) manpage. For example, to disable the selection-popup and option-popup, specify this perl-ext-common resource: @@ -146,7 +146,7 @@ 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 + When using the urxvtc client, the version displayed is that of the daemon. I am using Debian GNU/Linux and have a problem... @@ -240,7 +240,7 @@ Most likely it's the empty definition for "enacs=". Just replace it by "enacs=\E[0@" and try again. - "bash"'s readline does not work correctly under rxvt. + "bash"'s readline does not work correctly under urxvt. I need a termcap file entry. One reason you might want this is that some distributions or operating systems still compile some programs using the @@ -361,7 +361,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 font. If the base font does not contain the character, it will go to @@ -656,7 +656,7 @@ some editors prematurely may leave the mouse in mouse report mode. I've heard that tcsh may use mouse reporting unless it otherwise specified. A quick check is to see if cut/paste works when the Alt - or Shift keys are depressed. See rxvt(7) + or Shift keys are depressed. What's with this bold/blink stuff? If no bold colour is set via "colorBD:", bold will invert text using @@ -721,9 +721,9 @@ URxvt.color7: #e1dddd URxvt.color15: #e1dddd - How can I start rxvtd in a race-free way? - Try "rxvtd -f -o", which tells rxvtd to open the display, create the - listening socket and then fork. + 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. What's with the strange Backspace/Delete key behaviour? Assuming that the physical Backspace key corresponds to the @@ -746,13 +746,13 @@ # use Backspace = ^H $ stty erase ^H - $ rxvt + $ urxvt # use Backspace = ^? $ stty erase ^? - $ rxvt + $ urxvt - Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in rxvt(7). + Toggle with "ESC [ 36 h" / "ESC [ 36 l". For an existing rxvt-unicode: @@ -788,7 +788,7 @@ 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 + Here's an example for a URxvt session started using "urxvt -name URxvt" URxvt.keysym.Home: \033[1~ @@ -2042,7 +2042,7 @@ sgr modes 90..97 and 100..107 --enable-iso14755 (default: on) - Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). + Enable extended ISO 14755 support (see urxvt(1), or doc/rxvt.1.txt). Basic support (section 5.1) is enabled by "--enable-frills", while support for 5.2, 5.3 and 5.4 is enabled with this switch. @@ -2083,7 +2083,7 @@ Add support to have the pointer disappear when typing or inactive. --enable-perl (default: off) - Enable an embedded perl interpreter. See the rxvtperl(3) manpage + Enable an embedded perl interpreter. See the urxvtperl(3) manpage (doc/rxvtperl.txt) for more info on this feature, or the files in src/perl-ext/ for the extensions that are installed by default. The perl interpreter that is used can be specified via the "PERL"