主要是看下面这两个变量是否设置正确
$ echo $TERM
$ echo $TERMINFO
通常TERM的默认值为xterm-265color, 要查看支持的term,可以ls -al /lib/terminfo/x/
如果TERM是xterm-265color的话,TERMINFO设置为/usr/lib/terminfo
make menuconfig时提示“Error opening terminal: xterm.”的解决方法-CSDN博客文章浏览阅读2.1k次。make menuconfig时提示“Error opening terminal: xterm.”的解决方法 Linux环境下,编译嵌入式系统时会用到make menuconfig或make config命令,这些命令通常会使用ncurses库,如果ncurses库没有安装设置正确,可能出现如下的错误信息: Error opening terminal: xterm.解决办...https://blog.csdn.net/u012335044/article/details/80334845
Error opening terminal: xterm-256color-CSDN博客文章浏览阅读401次。在使用gdb调试linux内核时,提示如下错误:arm-none-linux-gnueabi-gdb --tui vmlinuxError opening terminal: xterm-256color. 解决办法:1、 edit your .bash_profile file vim .bash_profile 2、commnet #export TER...https://blog.csdn.net/weixin_33756418/article/details/85978637
sudo apt-get install ncurses-term
nano error: Error opening terminal: xterm-256color - Stack Overflowhttps://stackoverflow.com/questions/6804208/nano-error-error-opening-terminal-xterm-256color