From: root Date: Thu, 30 Jun 2005 14:00:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1a15761a405865ded94c94f6f85d73bf1110fb32;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/README.FAQ b/README.FAQ index 1a12e2f3..c60c1cf8 100644 --- a/README.FAQ +++ b/README.FAQ @@ -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 + . 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, diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 57e8f904..63509ed2 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -714,6 +714,13 @@ B 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. + =item B I B: enable the scrollbar [default]; option B<-sb>. B: