gnu-screen – 如何在CentOS 5.7上获得TERM = screen-256color?

CentOS 6.0能够将其TERM设置为screen-256color.但它在CentOS 5.7中不起作用.

如何让CentOS 5.7支持screen-256color?

如果你有一个方便的CentOS 6盒子,你应该能够获得screen-256color的terminfo文件的来源,然后在CentOS 5盒子上编译它.

看一眼:

http://tldp.org/HOWTO/Text-Terminal-HOWTO-16.html

我没试过,但是这样的话:

在CentOS 6上:infocmp屏幕-256color> /tmp/screen-256color.terminfo,然后将输出文件输入CentOS 5框.在CentOS 5框中,tic screen-256color.terminfo.从手册页,以root身份,将编译后的terminfo文件放入/usr/share / terminfo.

当然,阅读文档和手册页等.

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native