ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/README.FAQ
(Generate patch)

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.56 by root, Tue Nov 4 23:00:43 2008 UTC vs.
Revision 1.57 by root, Wed Dec 30 06:14:03 2009 UTC

497 support this (for instance because it is not visual), then rxvt-unicode 497 support this (for instance because it is not visual), then rxvt-unicode
498 will continue without an input method. 498 will continue without an input method.
499 499
500 In this case either do not specify a preeditStyle or specify more than 500 In this case either do not specify a preeditStyle or specify more than
501 one pre-edit style, such as OverTheSpot,Root,None. 501 one pre-edit style, such as OverTheSpot,Root,None.
502
503 If it still doesn't work, then maybe your input method doesn't support
504 compose sequences - to fall back to the built-in one, make sure you
505 don't specify an input method via "-im" or "XMODIFIERS".
502 506
503 I cannot type "Ctrl-Shift-2" to get an ASCII NUL character due to ISO 14755 507 I cannot type "Ctrl-Shift-2" to get an ASCII NUL character due to ISO 14755
504 Either try "Ctrl-2" alone (it often is mapped to ASCII NUL even on 508 Either try "Ctrl-2" alone (it often is mapped to ASCII NUL even on
505 international keyboards) or simply use ISO 14755 support to your 509 international keyboards) or simply use ISO 14755 support to your
506 advantage, typing <Ctrl-Shift-0> to get a ASCII NUL. This works for 510 advantage, typing <Ctrl-Shift-0> to get a ASCII NUL. This works for
743 IRC*boldFont: suxuseuro 747 IRC*boldFont: suxuseuro
744 IRC*colorBD: white 748 IRC*colorBD: white
745 IRC*keysym.M-C-1: command:\033]710;suxuseuro\007\033]711;suxuseuro\007 749 IRC*keysym.M-C-1: command:\033]710;suxuseuro\007\033]711;suxuseuro\007
746 IRC*keysym.M-C-2: command:\033]710;9x15bold\007\033]711;9x15bold\007 750 IRC*keysym.M-C-2: command:\033]710;9x15bold\007\033]711;9x15bold\007
747 751
748 "Alt-Shift-1" and "Alt-Shift-2" switch between two different font sizes. 752 "Alt-Ctrl-1" and "Alt-Ctrl-2" switch between two different font sizes.
749 "suxuseuro" allows me to keep an eye (and actually read) stuff while 753 "suxuseuro" allows me to keep an eye (and actually read) stuff while
750 keeping a very small window. If somebody pastes something complicated 754 keeping a very small window. If somebody pastes something complicated
751 (e.g. japanese), I temporarily switch to a larger font. 755 (e.g. japanese), I temporarily switch to a larger font.
752 756
753 The above is all in my ".Xdefaults" (I don't use ".Xresources" nor 757 The above is all in my ".Xdefaults" (I don't use ".Xresources" nor
789 The terminal description used by rxvt-unicode is not as widely available 793 The terminal description used by rxvt-unicode is not as widely available
790 as that for xterm, or even rxvt (for which the same problem often 794 as that for xterm, or even rxvt (for which the same problem often
791 arises). 795 arises).
792 796
793 The correct solution for this problem is to install the terminfo, this 797 The correct solution for this problem is to install the terminfo, this
794 can be done like this (with ncurses' infocmp and works as user and 798 can be done by simply installing rxvt-unicode on the remote system as
795 admin): 799 well (in case you have a nice package manager ready), or you can install
800 the terminfo database manually like this (with ncurses infocmp. works as
801 user and root):
796 802
797 REMOTE=remotesystem.domain 803 REMOTE=remotesystem.domain
798 infocmp rxvt-unicode | ssh $REMOTE "mkdir -p .terminfo && cat >/tmp/ti && tic /tmp/ti" 804 infocmp rxvt-unicode | ssh $REMOTE "mkdir -p .terminfo && cat >/tmp/ti && tic /tmp/ti"
799
800 ... or by installing rxvt-unicode normally on the remote system,
801 805
802 One some systems you might need to set $TERMINFO to the full path of 806 One some systems you might need to set $TERMINFO to the full path of
803 $HOME/.terminfo for this to work. 807 $HOME/.terminfo for this to work.
804 808
805 If you cannot or do not want to do this, then you can simply set 809 If you cannot or do not want to do this, then you can simply set
814 818
815 URxvt.termName: rxvt 819 URxvt.termName: rxvt
816 820
817 If you don't plan to use rxvt (quite common...) you could also replace 821 If you don't plan to use rxvt (quite common...) you could also replace
818 the rxvt terminfo file with the rxvt-unicode one and use "TERM=rxvt". 822 the rxvt terminfo file with the rxvt-unicode one and use "TERM=rxvt".
823
824 nano fails with "Error opening terminal: rxvt-unicode"
825 This exceptionally confusing and useless error message is printed by
826 nano when it can't find the terminfo database. Nothing is wrong with
827 your terminal, read the previous answer for a solution.
819 828
820 "tic" outputs some error when compiling the terminfo entry. 829 "tic" outputs some error when compiling the terminfo entry.
821 Most likely it's the empty definition for "enacs=". Just replace it by 830 Most likely it's the empty definition for "enacs=". Just replace it by
822 "enacs=\E[0@" and try again. 831 "enacs=\E[0@" and try again.
823 832
1111 The solution is to upgrade your system or switch to a better one. A 1120 The solution is to upgrade your system or switch to a better one. A
1112 possibly working workaround is to use a wcwidth implementation like 1121 possibly working workaround is to use a wcwidth implementation like
1113 1122
1114 http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c 1123 http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
1115 1124
1125 I want 256 colors
1126 Are you sure you need 256 colors? 88 colors should be enough for most
1127 purposes. If you really need more, there is an unsupported patch for it
1128 in the doc directory, but please do not ask for it to be applied.
1129

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines