由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - AIX/ksh/xterm怎么设置可以在程序退出后恢复原来的屏
相关主题
a question, thank you!How to set the titile of the terminal?
xtermwhat do these numbers mean?
Job control question???bash-2.05$ 运行C程序,问题请教
Set DISPLAY for xterm如何让程序在logout以后继续运行?
[转载] HOw to use Emacs as Xterm?怎么才能在Unix里连续跑10个c写的程序 (转载)
AIX shell configurationhow to run background process after logout
does AIX support locate command?memory in top ?
ls/mv/rm argument list too long errorMPI问题求助。Help! (转载)
相关话题的讨论汇总
话题: xterm话题: term话题: aix话题: 退出话题: 程序
进入Unix版参与讨论
1 (共1页)
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,还是不行。我就先这样用着吧,:(
1 (共1页)
进入Unix版参与讨论
相关主题
MPI问题求助。Help! (转载)[转载] HOw to use Emacs as Xterm?
what does command 'kill -HUP' meansAIX shell configuration
再次急问: *.tgz 文件怎么解?does AIX support locate command?
双面打印ls/mv/rm argument list too long error
a question, thank you!How to set the titile of the terminal?
xtermwhat do these numbers mean?
Job control question???bash-2.05$ 运行C程序,问题请教
Set DISPLAY for xterm如何让程序在logout以后继续运行?
相关话题的讨论汇总
话题: xterm话题: term话题: aix话题: 退出话题: 程序