Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
控制台既然有保存行数的设置,那终端如何查看之前的输出结果?滚轮只是切换历史命令,无法滚屏
是最新的132.4版本吗,我这边最新版本正常。
又试了下正常终端可以 进screen后不行
@Vesugier 这个是screen的问题,和终端无关。如果需要滚动历史,可以尝试先按Ctrl+a,然后松开按键再按Esc,然最后用PgUp(上箭头)和PgDn(下箭头)进行翻页。要退出的话按Ctrl+c即可。
@Vesugier 也可以通过 vi /root/.screenrc 进入配置万,然后在配置文件中写入
termcapinfo xterm* ti@:te@
增加永久的鼠标滚动支持。