用rxvt-unicode登录slackware的机器时终端总是会有奇怪的表现,而putty或者xterm都没有问题。经过试验,发现是slackware默认的termcap的问题。就连termcap自己都说
# [Slackware note: If you're looking for a big, full-featured termcap,
# use /etc/termcap-BSD instead ]
因此解决的办法很简单,直接mv /etc/termcap{-BSD,} 就好了。
from: http://blog.jianingy.com/2008/10/solved-rxvt-unicodes-chaos-on.html
Please leave comments to above link