From 338b4e3ca23895cd52b6e4cdd67ed2a4b7706805 Mon Sep 17 00:00:00 2001
From: root
Date: Tue, 31 Jan 2006 20:57:29 +0000
Subject: [PATCH] *** empty log message ***
---
README.FAQ | 26 +++++++++++++-------------
configure | 12 ------------
doc/Makefile.in | 3 ++-
doc/rxvt.7.html | 20 ++++++++++----------
doc/rxvt.7.man.in | 10 +++-------
doc/rxvt.7.pod | 7 +++++--
6 files changed, 33 insertions(+), 45 deletions(-)
diff --git a/README.FAQ b/README.FAQ
index 2845c4eb..a75c2ad6 100644
--- a/README.FAQ
+++ b/README.FAQ
@@ -10,7 +10,7 @@ FREQUENTLY ASKED QUESTIONS
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
@@ -23,7 +23,7 @@ FREQUENTLY ASKED QUESTIONS
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 daemon.
+ using the urxvtc client, the version displayed is that of the daemon.
Rxvt-unicode uses gobs of memory, how can I reduce that?
Rxvt-unicode tries to obey the rule of not charging you for something
@@ -40,8 +40,8 @@ FREQUENTLY ASKED QUESTIONS
full) use 10 Megabytes of memory. With "--enable-unicode3" it gets
worse, as 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 display, create 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.
How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.
@@ -166,7 +166,7 @@ FREQUENTLY ASKED QUESTIONS
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.
@@ -176,14 +176,14 @@ FREQUENTLY ASKED QUESTIONS
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
@@ -383,7 +383,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 the next
@@ -419,7 +419,7 @@ FREQUENTLY ASKED QUESTIONS
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 example, to
+ PREPACKAGED EXTENSIONS in the urxvtperl(3) manpage. For example, to
disable the selection-popup and option-popup, specify this
perl-ext-common resource:
@@ -500,11 +500,11 @@ 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".
@@ -540,7 +540,7 @@ FREQUENTLY ASKED QUESTIONS
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~
@@ -629,7 +629,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.
See next entry.
I need a termcap file entry.
diff --git a/configure b/configure
index addf17a4..bdb40761 100755
--- a/configure
+++ b/configure
@@ -4069,7 +4069,6 @@ if test "${enable_plain_scroll+set}" = set; then
fi;
-
# Check whether --with-codesets or --without-codesets was given.
if test "${with_codesets+set}" = set; then
withval="$with_codesets"
@@ -14560,14 +14559,3 @@ fi
echo "*** Optionally check src/feature.h for further, rarely used options ***"
echo
-echo ".----------------------------------------------------------------."
-echo ". NOTE: some features are disabled by default, try ."
-echo ". configure --help to get an idea of the optional features, ."
-echo ". or read ./README.configure ."
-echo ". ."
-echo ". The script ./reconf gives a reasonable baseline, try it if ."
-echo ". you do not want to read documentation and still want some ."
-echo ". useful features. ."
-echo ".----------------------------------------------------------------."
-echo
-
diff --git a/doc/Makefile.in b/doc/Makefile.in
index b3692412..a173b3d7 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -41,7 +41,8 @@ all:
SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \
-e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \
-e 's%@@RXVT_DATE@@%$(DATE)%g;' \
- -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;'
+ -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \
+ -e 's%@@URXVT_NAME@@%urxvt%g;'
rxvtperl.3.pod: ../src/urxvt.pm
$(CP) $< $@
diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html
index 9efc79c0..d3b04913 100644
--- a/doc/rxvt.7.html
+++ b/doc/rxvt.7.html
@@ -15,7 +15,7 @@
NAME
SYNOPSIS
DESCRIPTION
- FREQUENTLY ASKED QUESTIONS
+ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
- RXVT TECHNICAL REFERENCE
+ RXVT-UNICODE TECHNICAL REFERENCE
DESCRIPTION
Definitions
Values
@@ -151,7 +151,7 @@ all escape sequences, and other background information.
-
+
@@ -205,10 +205,10 @@ display, create the listening socket and then fork.
-rxvt and rxvt-unicode always export the variable ``COLORTERM'', so you can
-check and see if that is set. Note that several programs, JED, 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 ``COLORTERM'',
+so you can check and see if that is set. Note that several programs, JED,
+slrn, Midnight Commander automatically check this variable to decide
+whether or not to use color.
@@ -763,7 +763,7 @@ resource to set it:
URxvt.termName: rxvt
If you don't plan to use rxvt (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 TERM=rxvt
.
@@ -1050,7 +1050,7 @@ to 8-bit encodings.
-
+
@@ -1958,7 +1958,7 @@ button was pressed and are added together (X11 mouse report only):
4 | Shift |
8 | Meta |
16 | Control |
-32 | Double Click (Rxvt extension) |
+32 | Double Click (rxvt extension) |
Col = <x> - SPACE
>
Row = <y> - SPACE
>
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in
index 9755dea0..740b6f24 100644
--- a/doc/rxvt.7.man.in
+++ b/doc/rxvt.7.man.in
@@ -277,7 +277,7 @@ already in use in this mode.
\& 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
@@ -573,8 +573,7 @@ including the murky brown that passes for low-intensity yellow:
\& 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,10 +596,7 @@ me) as \*(L"pretty girly\*(R".
\& URxvt.color15: #e1dddd
.Ve
.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
-See next entry.
+(They were described (not by me) as \*(L"pretty girly\*(R").
.PP
\fIHow does rxvt-unicode choose fonts?\fR
.IX Subsection "How does rxvt-unicode choose fonts?"
diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
index 505b1ad3..8f832047 100644
--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -411,8 +411,12 @@ And here is a more complete set of non-standard colors.
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".
+=head3 Why do some characters look so much different than others?
+
+See next entry.
+
=head3 How does rxvt-unicode choose fonts?
Most fonts do not contain the full range of Unicode, which is
@@ -441,7 +445,6 @@ The only limitation is that none of the fonts may be larger than the base
font, as the base font defines the terminal character cell size, which
must be the same due to the way terminals work.
-
=head2 Keyboard, Mouse & User Interaction
=head3 The new selection selects pieces that are too big, how can I select single words?
--
2.34.1