CentOS 6.0 具有将 TERM 设置为 的功能screen-256color
。但是,它在 CentOS 5.7 中不起作用。
如何获得 CentOS 5.7 支持screen-256color
?
答案1
如果您手边有 CentOS 6 机器,您应该能够获取 screen-256color 的 terminfo 文件的源代码,然后在 CentOS 5 机器上进行编译。
看一眼:
http://tldp.org/HOWTO/Text-Terminal-HOWTO-16.html
我还没有尝试过,但是是这样的:
在 CentOS 6 上:infocmp screen-256color > /tmp/screen-256color.terminfo
,然后将输出文件发送到 CentOS 5 框。在 CentOS 5 框上,tic screen-256color.terminfo
。从手册页,以 root 身份,应该将编译后的 terminfo 文件放入 /usr/share/terminfo。
当然,阅读文档和手册页等。
答案2
有xterm-256color
可用的吗?我没怎么用过 CentOS,但是 xterm 已经存在一段时间了。