Screen: Cannot find terminfo entry for 'xterm-256color'

后端 未结 12 1934
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-24 00:51

When I run

screen

on the remote host(running Linux), I obtain the following error:

Cannot find terminfo entry for \'xterm-         


        
12条回答
  •  自闭症患者
    2020-12-24 01:50

    Don't forget to refresh terminal source if you export a variable...

    source ~/.bashrc or just open a new terminal. May be why original poster had trouble with exporting.

提交回复
热议问题