CentOS 6.0能够将其TERM设置为screen-256color.但它在CentOS 5.7中不起作用.
如何让CentOS 5.7支持screen-256color?
如果你有一个方便的CentOS 6盒子,你应该能够获得screen-256color的terminfo文件的来源,然后在CentOS 5盒子上编译它.
原文链接:https://www.f2er.com/centos/373950.html看一眼:
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.
当然,阅读文档和手册页等.