On 00:10 Sat 08 Apr 2006, 张勇顺 wrote: > rxvt,里不能显示部分中文,比如"顺利的顺就不能显示""é麺"打出来是这样的, > 但调用vi的时候又能正确的显示, > "计算机"三个字打出来是这样的"ç议机" > 按照我上次给的链接完成unifont字体的安装后,参考附件的配置文件,效果一流。
~/.Xresources -- regards phyrster
! to override any if the settings below, use the file ! /etc/X11/app-defaults/URxvt-local ! now preloaded some defaults for Debian !transparency but at the cost of performance URxvt.inheritPixmap: True URxvt.tintColor: white URxvt.shading: 20 URxvt.scrollBar:False URxvt.saveLines: 512 ! a sane non-Xft font URxvt.font: -misc-unifont-medium-r-normal--14-140-75-75-c-140-iso10646-1,-misc-fixed-medium-r-semicondensed--14-140-75-75-c-60-iso10646-1 URxvt.boldFont: unifont14 ! the line below very important: solve the problem of urxvt slow launching ! under zh_CN.UTF-8 locale URxvt.imFont: unifont14 !URxvt.inputMethod: fcitx !URxvt.preeditType: OffTheSpot !URxvt.boldFont: I haven't find a satisfactory font yet. Suspending... ! uncomment to get rxvt-unicode terminfo compatibility. Also read ! README.Debian.gz and generate the terminfo file in this case. URxvt.termName: rxvt-unicode ! Color/font settings like in Debian's uxterm ! URxvt.color0: black URxvt.color1: red3 URxvt.color2: green3 URxvt.color3: yellow3 URxvt.color4: DodgerBlue1 URxvt.color5: magenta3 URxvt.color6: cyan3 URxvt.color7: gray90 URxvt.color8: gray50 URxvt.color9: red URxvt.color10: green URxvt.color11: yellow URxvt.color12: SteelBlue1 URxvt.color13: magenta URxvt.color14: cyan URxvt.color15: white URxvt.colorUL: white URxvt.colorBD: yellow URxvt.reverseVideo: true ! examples for custom keysyms overrides !URxvt.keysym.KP_Up: ^[[A !URxvt.keysym.KP_Right: ^[[C !URxvt.keysym.KP_Left: ^[[D !URxvt.keysym.KP_Down: ^[[B !URxvt.keysym.KP_Insert: ^[[2~ !URxvt.keysym.KP_Delete: ^[[3~ !URxvt.keysym.KP_Add: + !URxvt.keysym.KP_Subtract: - !URxvt.keysym.KP_Multiply: * !URxvt.keysym.KP_Divide: / !URxvt.keysym.KP_Enter: ^M ! some settings by the local admin which should override the above ones !#include "URxvt-local"

