小编Col*_*ole的帖子

urxvt 或 xterm 仍无法显示某些 unicode 符号

我在查看 urxvt 或 xterm 下的某些 unicode 符号时遇到问题。我使用的字体是Source Code Pro for Powerline通过 powerline fonts repo 安装的。我的.Xresources包含以下内容:

  9 URxvt.font: xft:Source\ Code\ Pro\ for\ Powerline:pixelsize=22,xft:PowerlineSymbols
 10 URxvt.scrollBar: false
 11 
 12 Xft.dpi: 150
 13 Xft.antialias: true
 14 Xft.rgba: rgb
 15 Xft.hinting: true
 16 Xft.hintstyle: hintslight
 17 
 18 XTerm*selectToClipboard: true
 19 XTerm*termName: xterm-256color
 20 XTerm*locale: true
 21 XTerm*metaSendsEscape: true
 22 UXTerm*faceName: Source Code Pro for Powerline:style=Medium
 23 UXTerm*faceSize:10
Run Code Online (Sandbox Code Playgroud)

但在以下情况下我仍然会表现出奇怪的行为

在此输入图像描述 在此输入图像描述 在此输入图像描述

$TERM输出rxvt-unicode-256color

运行urxvt --help 2>&1 | grep options:返回iso14755 …

fonts xorg unicode urxvt arch-linux

4
推荐指数
2
解决办法
7106
查看次数

标签 统计

arch-linux ×1

fonts ×1

unicode ×1

urxvt ×1

xorg ×1