*** empty log message ***
authorroot <root>
Tue, 31 Jan 2006 20:58:12 +0000 (20:58 +0000)
committerroot <root>
Tue, 31 Jan 2006 20:58:12 +0000 (20:58 +0000)
doc/rxvt.7.pod
doc/rxvt.7.txt

index 8f8320474fbcf1659c08c9eb8cb2ce46c48832b6..5483b8f25ab05127b5d2cdc754f160cab9400e1a 100644 (file)
@@ -77,10 +77,10 @@ display, create the listening socket and then fork.
 
 =head3 How do I distinguish wether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.
 
-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.
+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.
 
 =head3 How do I set the correct, full IP address for the DISPLAY variable?
 
@@ -127,7 +127,7 @@ already in use in this mode.
    98398    1664      24   15695    1824 rxvt --disable-everything
   188985    9048   66616   18222    1788 urxvt --disable-everything
 
-When you C<--enable-everything> (which I<is> unfair, as this involves xft
+When you C<--enable-everything> (which _is_ 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.
 
@@ -390,7 +390,8 @@ 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.
+And here is a more complete set of non-standard colors described (not by
+me) as "pretty girly".
 
    URxvt.cursorColor:  #dc74d1
    URxvt.pointerColor: #dc74d1
@@ -411,8 +412,6 @@ And here is a more complete set of non-standard colors.
    URxvt.color7:       #e1dddd
    URxvt.color15:      #e1dddd
 
-They have been described (not by me) as "pretty girly".
-
 =head3 Why do some characters look so much different than others?
  
 See next entry.
@@ -445,6 +444,7 @@ 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?
@@ -689,7 +689,7 @@ resource to set it:
    URxvt.termName: rxvt
 
 If you don't plan to use B<rxvt> (quite common...) you could also replace
-the rxvt terminfo file with the rxvt-unicode one and use C<TERM=rxvt>.
+the rxvt terminfo file with the rxvt-unicode one.
 
 =head3 C<tic> outputs some error when compiling the terminfo entry.
 
@@ -1005,7 +1005,7 @@ At the time of this writing, cygwin didn't seem to support any multi-byte
 encodings (you might try C<LC_CTYPE=C-UTF-8>), so you are likely limited
 to 8-bit encodings.
 
-=head1 RXVT-UNICODE TECHNICAL REFERENCE
+=head1 RXVT TECHNICAL REFERENCE
 
 =head1 DESCRIPTION
 
@@ -1913,7 +1913,7 @@ button was pressed and are added together (X11 mouse report only):
        4       Shift
        8       Meta
        16      Control
-       32      Double Click I<(rxvt extension)>
+       32      Double Click I<(Rxvt extension)>
 
 =end table
 
index 99a5eab581c376ebdc6e0cf3923e2e17fa6ce7ee..ecd260c8fb2fb14725b6634b19267967e0d6d453 100644 (file)
@@ -113,7 +113,7 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
        98398    1664      24   15695    1824 rxvt --disable-everything
       188985    9048   66616   18222    1788 urxvt --disable-everything
 
-    When you "--enable-everything" (which *is* unfair, as this involves xft
+    When you "--enable-everything" (which _is_ 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.
 
@@ -363,7 +363,8 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
        URxvt.color14:  #00FFFF
        URxvt.color15:  #FFFFFF
 
-    And here is a more complete set of non-standard colors.
+    And here is a more complete set of non-standard colors described (not by
+    me) as "pretty girly".
 
        URxvt.cursorColor:  #dc74d1
        URxvt.pointerColor: #dc74d1
@@ -384,8 +385,6 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
        URxvt.color7:       #e1dddd
        URxvt.color15:      #e1dddd
 
-    They have been described (not by me) as "pretty girly".
-
    Why do some characters look so much different than others?
     See next entry.