*** empty log message ***
authorroot <root>
Thu, 30 Jun 2005 14:00:49 +0000 (14:00 +0000)
committerroot <root>
Thu, 30 Jun 2005 14:00:49 +0000 (14:00 +0000)
README.FAQ
doc/rxvt.1.pod

index 1a12e2f390d23e3db0e1b11bdf965acef105f4ba..c60c1cf8abe7966856b0f6f5dceedd66cc78cb4e 100644 (file)
@@ -228,6 +228,13 @@ FREQUENTLY ASKED QUESTIONS
         All of this is not a problem when using X11 core fonts, as their
         bounding box data is correct.
 
+    On Solaris 9, many line-drawing characters are too wide.
+        Seems to be a known bug, read
+        <http://nixdoc.net/files/forum/about34198.html>. Some people use the
+        following ugly workaround to get non-double-wide-characters working:
+
+           #define wcwidth(x) wcwidth(x) > 1 ? 1 : wcwidth(x)
+
     My Compose (Multi_key) key is no longer working.
         The most common causes for this are that either your locale is not
         set correctly, or you specified a preeditStyle that is not supported
@@ -303,6 +310,10 @@ FREQUENTLY ASKED QUESTIONS
         the system libraries once and for all, instead of forcing every app
         to carry complete replacements for them :)
 
+    I use Solaris 9 and it doesn't compile/work/etc.
+        Try the diff in doc/solaris9.patch as a base. It fixes the worst
+        problems with "wcwidth" and a compile problem.
+
     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 57e8f90450b405f26e59922457c39d9d63a311f9..63509ed21eb32aae0c7c262715c0dd1bc45eaf91 100644 (file)
@@ -714,6 +714,13 @@ B<Shift-Print> to include the scrollback as well.
 
 The string will be interpreted as if typed into the shell as-is.
 
+Example:
+
+   URxvt*print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
+
+This creates a new file in your home directory with the screen contents
+everytime you hit C<Print>.
+
 =item B<scrollBar:> I<boolean>
 
 B<True>: enable the scrollbar [default]; option B<-sb>. B<False>: