--- rxvt-unicode/README.FAQ 2006/01/13 12:40:46 1.28 +++ rxvt-unicode/README.FAQ 2006/01/16 14:48:39 1.29 @@ -25,7 +25,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 urxvtperl(3) manpage. For + section PREPACKAGED EXTENSIONS in the rxvtperl(3) manpage. For example, to disable the selection-popup and option-popup, specify this perl-ext-common resource: @@ -125,7 +125,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 urxvtc client, the version displayed is that of the + When using the rxvtc client, the version displayed is that of the daemon. I am using Debian GNU/Linux and have a problem... @@ -219,7 +219,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 urxvt. + "bash"'s readline does not work correctly under rxvt. 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 @@ -340,7 +340,7 @@ In that case, select a font of your taste and add it to the font list, e.g.: - urxvt -fn basefont,font2,font3... + rxvt -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 @@ -700,9 +700,9 @@ URxvt.color7: #e1dddd URxvt.color15: #e1dddd - 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. + 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. What's with the strange Backspace/Delete key behaviour? Assuming that the physical Backspace key corresponds to the @@ -725,11 +725,11 @@ # use Backspace = ^H $ stty erase ^H - $ urxvt + $ rxvt # use Backspace = ^? $ stty erase ^? - $ urxvt + $ rxvt Toggle with "ESC [ 36 h" / "ESC [ 36 l". @@ -767,7 +767,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 "urxvt -name + Here's an example for a URxvt session started using "rxvt -name URxvt" URxvt.keysym.Home: \033[1~