*** empty log message ***
authorroot <root>
Wed, 13 Jul 2005 02:53:54 +0000 (02:53 +0000)
committerroot <root>
Wed, 13 Jul 2005 02:53:54 +0000 (02:53 +0000)
README.FAQ
doc/etc/rxvt-unicode.termcap
doc/rxvt.7.html
doc/rxvt.7.man.in
doc/rxvt.7.txt
doc/rxvtd.1.html
doc/rxvtd.1.man.in
doc/rxvtd.1.txt

index c60c1cf8abe7966856b0f6f5dceedd66cc78cb4e..a8ef3076662abcdb3c3e6cf7bed4a635fd037fc5 100644 (file)
@@ -4,10 +4,10 @@ FREQUENTLY ASKED QUESTIONS
         sequence "ESC [ 8 n" sets the window title to the version number.
 
     I am using Debian GNU/Linux and have a problem...
-        The Debian GNU/Linux package of rxvt-unicode contains large patches
-        that considerably change the behaviour of rxvt-unicode. Before
-        reporting a bug to the original rxvt-unicode author please download
-        and install the genuine version
+        The Debian GNU/Linux package of rxvt-unicode in sarge contains large
+        patches that considerably change the behaviour of rxvt-unicode.
+        Before reporting a bug to the original rxvt-unicode author please
+        download and install the genuine version
         (<http://software.schmorp.de#rxvt-unicode>) and try to reproduce the
         problem. If you cannot, chances are that the problems are specific
         to Debian GNU/Linux, in which case it should be reported via the
@@ -47,6 +47,10 @@ FREQUENTLY ASKED QUESTIONS
         If you don't plan to use rxvt (quite common...) you could also
         replace the rxvt terminfo file with the rxvt-unicode one.
 
+    "tic" outputs some error when compiling the terminfo entry.
+        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.
     I need a termcap file entry.
         One reason you might want this is that some distributions or
@@ -314,6 +318,18 @@ FREQUENTLY ASKED QUESTIONS
         Try the diff in doc/solaris9.patch as a base. It fixes the worst
         problems with "wcwidth" and a compile problem.
 
+    How can I use rxvt-unicode under cygwin?
+        rxvt-unicode should compile and run out of the box on cygwin, using
+        the X11 libraries that come with cygwin. libW11 emulation is no
+        longer supported (and makes no sense, either, as it only supported a
+        single font). I recommend starting the X-server in "-multiwindow" or
+        "-rootless" mode instead, which will result in similar look&feel as
+        the old libW11 emulation.
+
+        At the time of this writing, cygwin didn't seem to support any
+        multi-byte encodings (you might try "LC_CTYPE=C-UTF-8"), so you are
+        likely limited to 8-bit encodings.
+
     How does rxvt-unicode determine the encoding to use?
     Is there an option to switch encodings?
         Unlike some other terminals, rxvt-unicode has no encoding switch,
index bd689e35114ba523e54044e7ba5069f87ec5ba46..4303a20bc55abe3939e3b79108ed33dcfe8e8cab 100644 (file)
@@ -1,4 +1,4 @@
-#      Reconstructed via infocmp from file: /usr/share/terminfo/r/rxvt-unicode
+#      Reconstructed via infocmp from file: /etc/terminfo/r/rxvt-unicode
 # (untranslatable capabilities removed to fit entry within 1023 bytes)
 rxvt-unicode|rxvt-unicode terminal (X Window System):\
        :am:bw:eo:km:mi:ms:xn:xo:\
index 2fccb1e57cfd22611321d960adbee1acc17e46cc..d6b3434e77a808d8b38a1b00bda3cb0712dd13ca 100644 (file)
@@ -85,13 +85,14 @@ sequence <code>ESC [ 8 n</code> sets the window title to the version number.
 <dt><strong><a name="item_i_am_using_debian_gnu_2flinux_and_have_a_problem_2">I am using Debian GNU/Linux and have a problem...</a></strong><br />
 </dt>
 <dd>
-The Debian GNU/Linux package of rxvt-unicode contains large patches that
-considerably change the behaviour of rxvt-unicode. Before reporting a
-bug to the original rxvt-unicode author please download and install the
-genuine version (<a href="http://software.schmorp.de#rxvt-unicode">http://software.schmorp.de#rxvt-unicode</a>) and try to
-reproduce the problem. If you cannot, chances are that the problems are
-specific to Debian GNU/Linux, in which case it should be reported via the
-Debian Bug Tracking System (use <code>reportbug</code> to report the bug).
+The Debian GNU/Linux package of rxvt-unicode in sarge contains large
+patches that considerably change the behaviour of rxvt-unicode. Before
+reporting a bug to the original rxvt-unicode author please download and
+install the genuine version (<a href="http://software.schmorp.de#rxvt-unicode">http://software.schmorp.de#rxvt-unicode</a>)
+and try to reproduce the problem. If you cannot, chances are that the
+problems are specific to Debian GNU/Linux, in which case it should be
+reported via the Debian Bug Tracking System (use <code>reportbug</code> to report
+the bug).
 </dd>
 <dd>
 <p>For other problems that also affect the Debian package, you can and
@@ -139,6 +140,13 @@ resource to set it:</p>
 the rxvt terminfo file with the rxvt-unicode one.</p>
 </dd>
 <p></p>
+<dt><strong><a name="item_tic_outputs_some_error_when_compiling_the_terminfo"><code>tic</code> outputs some error when compiling the terminfo entry.</a></strong><br />
+</dt>
+<dd>
+Most likely it's the empty definition for <code>enacs=</code>. Just replace it by
+<code>enacs=\E[0@</code> and try again.
+</dd>
+<p></p>
 <dt><strong><a name="item_bash_27s_readline_does_not_work_correctly_under_rx"><code>bash</code>'s readline does not work correctly under rxvt.</a></strong><br />
 </dt>
 <dt><strong><a name="item_i_need_a_termcap_file_entry_2e">I need a termcap file entry.</a></strong><br />
@@ -484,6 +492,22 @@ Try the diff in <em>doc/solaris9.patch</em> as a base. It fixes the worst
 problems with <code>wcwidth</code> and a compile problem.
 </dd>
 <p></p>
+<dt><strong><a name="item_how_can_i_use_rxvt_2dunicode_under_cygwin_3f">How can I use rxvt-unicode under cygwin?</a></strong><br />
+</dt>
+<dd>
+rxvt-unicode should compile and run out of the box on cygwin, using
+the X11 libraries that come with cygwin. libW11 emulation is no
+longer supported (and makes no sense, either, as it only supported a
+single font). I recommend starting the X-server in <code>-multiwindow</code> or
+<code>-rootless</code> mode instead, which will result in similar look&amp;feel as the
+old libW11 emulation.
+</dd>
+<dd>
+<p>At the time of this writing, cygwin didn't seem to support any multi-byte
+encodings (you might try <code>LC_CTYPE=C-UTF-8</code>), so you are likely limited
+to 8-bit encodings.</p>
+</dd>
+<p></p>
 <dt><strong><a name="item_how_does_rxvt_2dunicode_determine_the_encoding_to_">How does rxvt-unicode determine the encoding to use?</a></strong><br />
 </dt>
 <dt><strong><a name="item_is_there_an_option_to_switch_encodings_3f">Is there an option to switch encodings?</a></strong><br />
index 32e32040c20b3eb25be5b70c761754c00249aff2..2181c6f66c924be6d0cb51f440477b52fe658c58 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "rxvt 7"
-.TH rxvt 7 "2005-06-26" "5.6" "RXVT-UNICODE"
+.TH rxvt 7 "2005-07-13" "5.7" "RXVT-UNICODE"
 .SH "NAME"
 RXVT REFERENCE \- FAQ, command sequences and other background information
 .SH "SYNOPSIS"
@@ -164,13 +164,14 @@ The version number is displayed with the usage (\-h). Also the escape
 sequence \f(CW\*(C`ESC [ 8 n\*(C'\fR sets the window title to the version number.
 .IP "I am using Debian GNU/Linux and have a problem..." 4
 .IX Item "I am using Debian GNU/Linux and have a problem..."
-The Debian GNU/Linux package of rxvt-unicode contains large patches that
-considerably change the behaviour of rxvt\-unicode. Before reporting a
-bug to the original rxvt-unicode author please download and install the
-genuine version (<http://software.schmorp.de#rxvt\-unicode>) and try to
-reproduce the problem. If you cannot, chances are that the problems are
-specific to Debian GNU/Linux, in which case it should be reported via the
-Debian Bug Tracking System (use \f(CW\*(C`reportbug\*(C'\fR to report the bug).
+The Debian GNU/Linux package of rxvt-unicode in sarge contains large
+patches that considerably change the behaviour of rxvt\-unicode. Before
+reporting a bug to the original rxvt-unicode author please download and
+install the genuine version (<http://software.schmorp.de#rxvt\-unicode>)
+and try to reproduce the problem. If you cannot, chances are that the
+problems are specific to Debian GNU/Linux, in which case it should be
+reported via the Debian Bug Tracking System (use \f(CW\*(C`reportbug\*(C'\fR to report
+the bug).
 .Sp
 For other problems that also affect the Debian package, you can and
 probably should use the Debian \s-1BTS\s0, too, because, after all, it's also a
@@ -207,6 +208,11 @@ resource to set it:
 .Sp
 If you don't plan to use \fBrxvt\fR (quite common...) you could also replace
 the rxvt terminfo file with the rxvt-unicode one.
+.ie n .IP """tic"" outputs some error when compiling the terminfo entry." 4
+.el .IP "\f(CWtic\fR outputs some error when compiling the terminfo entry." 4
+.IX Item "tic outputs some error when compiling the terminfo entry."
+Most likely it's the empty definition for \f(CW\*(C`enacs=\*(C'\fR. Just replace it by
+\&\f(CW\*(C`enacs=\eE[0@\*(C'\fR and try again.
 .ie n .IP """bash""'s readline does not work correctly under @@RXVT_NAME@@." 4
 .el .IP "\f(CWbash\fR's readline does not work correctly under @@RXVT_NAME@@." 4
 .IX Item "bash's readline does not work correctly under @@RXVT_NAME@@."
@@ -492,6 +498,18 @@ complete replacements for them :)
 .IX Item "I use Solaris 9 and it doesn't compile/work/etc."
 Try the diff in \fIdoc/solaris9.patch\fR as a base. It fixes the worst
 problems with \f(CW\*(C`wcwidth\*(C'\fR and a compile problem.
+.IP "How can I use rxvt-unicode under cygwin?" 4
+.IX Item "How can I use rxvt-unicode under cygwin?"
+rxvt-unicode should compile and run out of the box on cygwin, using
+the X11 libraries that come with cygwin. libW11 emulation is no
+longer supported (and makes no sense, either, as it only supported a
+single font). I recommend starting the X\-server in \f(CW\*(C`\-multiwindow\*(C'\fR or
+\&\f(CW\*(C`\-rootless\*(C'\fR mode instead, which will result in similar look&feel as the
+old libW11 emulation.
+.Sp
+At the time of this writing, cygwin didn't seem to support any multi-byte
+encodings (you might try \f(CW\*(C`LC_CTYPE=C\-UTF\-8\*(C'\fR), so you are likely limited
+to 8\-bit encodings.
 .IP "How does rxvt-unicode determine the encoding to use?" 4
 .IX Item "How does rxvt-unicode determine the encoding to use?"
 .PD 0
index 62cce1466233ae2699bb5661786532eed6ffff38..5258582657cf52b0abda4c2705c057e6ae48c213 100644 (file)
@@ -25,10 +25,10 @@ FREQUENTLY ASKED QUESTIONS
         sequence "ESC [ 8 n" sets the window title to the version number.
 
     I am using Debian GNU/Linux and have a problem...
-        The Debian GNU/Linux package of rxvt-unicode contains large patches
-        that considerably change the behaviour of rxvt-unicode. Before
-        reporting a bug to the original rxvt-unicode author please download
-        and install the genuine version
+        The Debian GNU/Linux package of rxvt-unicode in sarge contains large
+        patches that considerably change the behaviour of rxvt-unicode.
+        Before reporting a bug to the original rxvt-unicode author please
+        download and install the genuine version
         (<http://software.schmorp.de#rxvt-unicode>) and try to reproduce the
         problem. If you cannot, chances are that the problems are specific
         to Debian GNU/Linux, in which case it should be reported via the
@@ -68,6 +68,10 @@ FREQUENTLY ASKED QUESTIONS
         If you don't plan to use rxvt (quite common...) you could also
         replace the rxvt terminfo file with the rxvt-unicode one.
 
+    "tic" outputs some error when compiling the terminfo entry.
+        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.
     I need a termcap file entry.
         One reason you might want this is that some distributions or
@@ -335,6 +339,18 @@ FREQUENTLY ASKED QUESTIONS
         Try the diff in doc/solaris9.patch as a base. It fixes the worst
         problems with "wcwidth" and a compile problem.
 
+    How can I use rxvt-unicode under cygwin?
+        rxvt-unicode should compile and run out of the box on cygwin, using
+        the X11 libraries that come with cygwin. libW11 emulation is no
+        longer supported (and makes no sense, either, as it only supported a
+        single font). I recommend starting the X-server in "-multiwindow" or
+        "-rootless" mode instead, which will result in similar look&feel as
+        the old libW11 emulation.
+
+        At the time of this writing, cygwin didn't seem to support any
+        multi-byte encodings (you might try "LC_CTYPE=C-UTF-8"), so you are
+        likely limited to 8-bit encodings.
+
     How does rxvt-unicode determine the encoding to use?
     Is there an option to switch encodings?
         Unlike some other terminals, rxvt-unicode has no encoding switch,
index 01b4c388e62d15082ceb1e37963d14ddabbb4b07..cd597c7c90c4de3283c0f07858ad6efa8c41c265 100644 (file)
@@ -61,7 +61,7 @@ options is not yet supported.</p>
 <dd>
 Normally, <strong>rxvtd</strong> outputs the message <code>rxvt-unicode daemon
 listening on &lt;path&gt;</code> after binding to its control socket. This option
-will suppress this message (errors and warnings will still be output).
+will suppress this message (errors and warnings will still be logged).
 </dd>
 <p></p>
 <dt><strong><a name="item__2do_2c__2d_2dopendisplay"><strong>-o</strong>, <strong>--opendisplay</strong></a></strong><br />
index dde9c3b8f718ae71d5e36fba9ed3bf849cd8b318..a3bfce614174f2d8899b02a7004a3ff891a93be0 100644 (file)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3
 .\"
 .\" Standard preamble:
 .\" ========================================================================
 .\" ========================================================================
 .\"
 .IX Title "rxvt 1"
-.TH rxvt 1 "2005-07-07" "5.6" "RXVT-UNICODE"
+.TH rxvt 1 "2005-07-13" "5.7" "RXVT-UNICODE"
 .SH "NAME"
 @@RXVT_NAME@@d \- @@RXVT_NAME@@ terminal daemon
 .SH "SYNOPSIS"
@@ -161,7 +161,7 @@ options is not yet supported.
 .IX Item "-q, --quiet"
 Normally, \fB@@RXVT_NAME@@d\fR outputs the message \f(CW\*(C`rxvt\-unicode daemon
 listening on <path>\*(C'\fR after binding to its control socket. This option
-will suppress this message (errors and warnings will still be output).
+will suppress this message (errors and warnings will still be logged).
 .IP "\fB\-o\fR, \fB\-\-opendisplay\fR" 4
 .IX Item "-o, --opendisplay"
 This forces \fB@@RXVT_NAME@@d\fR to open a connection to the current
index d907bb0bac68e054a1a054603bd037141ec4e961..b7df60fc06cc74c6194a3332a7b7576a074b4eeb 100644 (file)
@@ -29,7 +29,7 @@ OPTIONS
     -q, --quiet
         Normally, rxvtd outputs the message "rxvt-unicode daemon listening
         on <path>" after binding to its control socket. This option will
-        suppress this message (errors and warnings will still be output).
+        suppress this message (errors and warnings will still be logged).
 
     -o, --opendisplay
         This forces rxvtd to open a connection to the current $DISPLAY and