f****i 发帖数: 98 | 1 现在的情况是诸如less, man, vi的程序退出后,屏幕上会留下
这些程序运行时的输出。要怎么设置才能让这些程序退出以后
屏幕恢复程序运行之前的样子?
谢谢! |
q***e 发帖数: 90 | 2 try "clear" if the command is available
【在 f****i 的大作中提到】 : 现在的情况是诸如less, man, vi的程序退出后,屏幕上会留下 : 这些程序运行时的输出。要怎么设置才能让这些程序退出以后 : 屏幕恢复程序运行之前的样子? : 谢谢!
|
T********r 发帖数: 6210 | 3 change terminal setting to `xterm'
【在 f****i 的大作中提到】 : 现在的情况是诸如less, man, vi的程序退出后,屏幕上会留下 : 这些程序运行时的输出。要怎么设置才能让这些程序退出以后 : 屏幕恢复程序运行之前的样子? : 谢谢!
|
c******y 发帖数: 37 | 4 Normally this happens after you changed the size of
a terminal window but didn't update the termial
environment variables to accormmodate the change.
Run resize(1M) command followed by the clear(1M)
command every time when you change the size of a
terminal window.
【在 f****i 的大作中提到】 : 现在的情况是诸如less, man, vi的程序退出后,屏幕上会留下 : 这些程序运行时的输出。要怎么设置才能让这些程序退出以后 : 屏幕恢复程序运行之前的样子? : 谢谢!
|
f****i 发帖数: 98 | 5 谢谢queue, Terminator和cooldady的解答。
我没把问题描述清楚。我想要的效果是vi,less之类的程序退出之后,
屏幕“恢复”到运行这些程序之前的样子。比如,我先运行了ls,屏幕
上列出了现在目录的文件,然后我运行less查看某个文件的内容,等退
出less之后,屏幕回到运行less之前的样子,我还能看到原来ls的输出
结果。这个要怎么设置?OS是AIX 5.2,shell是ksh或者bash。我已经把
TERM设置为xterm了。
谢谢!
【在 c******y 的大作中提到】 : Normally this happens after you changed the size of : a terminal window but didn't update the termial : environment variables to accormmodate the change. : Run resize(1M) command followed by the clear(1M) : command every time when you change the size of a : terminal window.
|
T********r 发帖数: 6210 | 6 still not working? then I don't know how to solve it. for me, it's just
a TERM setting problem. I am using mrxvt, hehe.
【在 f****i 的大作中提到】 : 谢谢queue, Terminator和cooldady的解答。 : 我没把问题描述清楚。我想要的效果是vi,less之类的程序退出之后, : 屏幕“恢复”到运行这些程序之前的样子。比如,我先运行了ls,屏幕 : 上列出了现在目录的文件,然后我运行less查看某个文件的内容,等退 : 出less之后,屏幕回到运行less之前的样子,我还能看到原来ls的输出 : 结果。这个要怎么设置?OS是AIX 5.2,shell是ksh或者bash。我已经把 : TERM设置为xterm了。 : 谢谢!
|
f****i 发帖数: 98 | 7 谢谢Terminator,还是不行。我就先这样用着吧,:(
【在 T********r 的大作中提到】 : still not working? then I don't know how to solve it. for me, it's just : a TERM setting problem. I am using mrxvt, hehe.
|
D*********s 发帖数: 555 | 8 我刚刚试了一下,感觉就应该是TERM的问题,偶用的bash不过
export TERM=linux
vi
退出之后就不恢复,export TERM=xterm之后就好了。
【在 f****i 的大作中提到】 : 谢谢Terminator,还是不行。我就先这样用着吧,:(
|