我试图运行resize 40 80来更改我的终端显示,并得到了以下错误:
Can't set window size under VT100 emulation
有谁能解释一下是什么原因造成了这一问题,以及如何绕过?
发布于 2018-11-13 17:33:18
而不是使用:
$ resize 40 80
resize: Can't set window size under VT100 emulation试着使用:
printf '\e[8;40;80t'您还可以使用Edit -> Profile preferences,并在每次终端打开时设置初始屏幕大小。
https://askubuntu.com/questions/1092618
复制相似问题