ZOC Terminal:text has been cut halfway down the page

限于喜欢 提交于 2021-02-17 06:16:05

问题


I work with ZOC terminal installed at windows 7 in order to communicate with device that has Linux operating system zoc picture. The communication via terminal works great but recently the text has been cut halfway down the page. attached picture .


回答1:


The picture shows 24 lines. You can get this behavior if your terminal description sets scrolling margins to 24 lines — as some might do, when initializing the terminal if the application assumes that the screen has 24 lines.

Since ZOC could be connecting via a serial port, that may not allow negotiations about window size (NAWS). You might then see that stty -a shows 24 lines in its output. ZOC is said to emulate a VT100; you can usually adjust its notion of screensize either directory (using stty) or using the resize program (which calls the same system functions as stty as a side-effect).




回答2:


Alt+y solved the issue I had..



来源:https://stackoverflow.com/questions/34973487/zoc-terminaltext-has-been-cut-halfway-down-the-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!