From 6d7b37fadb8c664d306340014dfc738168b1719b Mon Sep 17 00:00:00 2001
From: root
Date: Tue, 8 Nov 2005 17:35:28 +0000
Subject: [PATCH] *** empty log message ***
---
README.FAQ | 20 ++++++++++----------
README.configure | 8 ++++----
doc/rxvt.7.html | 24 ++++++++++++------------
doc/rxvt.7.man.in | 6 +++---
doc/rxvt.7.pod | 6 +++---
doc/rxvt.7.txt | 28 ++++++++++++++--------------
src/logging.C | 2 +-
7 files changed, 47 insertions(+), 47 deletions(-)
diff --git a/README.FAQ b/README.FAQ
index a3d87dd0..7c57dc56 100644
--- a/README.FAQ
+++ b/README.FAQ
@@ -51,7 +51,7 @@ FREQUENTLY ASKED QUESTIONS
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
@@ -172,7 +172,7 @@ FREQUENTLY ASKED QUESTIONS
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
@@ -467,7 +467,7 @@ FREQUENTLY ASKED QUESTIONS
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. See urxvt(7)
What's with this bold/blink stuff?
If no bold colour is set via "colorBD:", bold will invert text using
@@ -532,9 +532,9 @@ FREQUENTLY ASKED QUESTIONS
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
@@ -557,13 +557,13 @@ FREQUENTLY ASKED QUESTIONS
# 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" as documented in urxvt(7).
For an existing rxvt-unicode:
@@ -599,7 +599,7 @@ FREQUENTLY ASKED QUESTIONS
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~
diff --git a/README.configure b/README.configure
index fdb7612e..d5ae469b 100644
--- a/README.configure
+++ b/README.configure
@@ -200,7 +200,7 @@ CONFIGURE OPTIONS
-embed and -pty-fd options
--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.
@@ -233,9 +233,9 @@ CONFIGURE OPTIONS
for details.
--enable-smart-resize (default: on)
- Add smart growth/shrink behaviour when changing font size via from
- hot keys. This should keep in a fixed position the rxvt corner which
- is closest to a corner of the screen.
+ Add smart growth/shrink behaviour when changing font size via hot
+ keys. This should keep in a fixed position the urxvt corner which is
+ closest to a corner of the screen.
--enable-pointer-blank (default: on)
Add support to have the pointer disappear when typing or inactive.
diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html
index 700cce10..fa522242 100644
--- a/doc/rxvt.7.html
+++ b/doc/rxvt.7.html
@@ -147,7 +147,7 @@ Most likely it's the empty definition for enacs=
. Just replace it b
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.
@@ -311,7 +311,7 @@ e.g.:
When rxvt-unicode sees a character, it will first look at the base
@@ -695,7 +695,7 @@ Make sure that mouse reporting is actually turned off since killing
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)
+depressed. See urxvt(7)