重庆思庄Oracle、Redhat认证学习论坛

标题: 在hpux下vi遇到 Terminal too wide [打印本页]

作者: 郑全    时间: 2018-2-12 23:32
标题: 在hpux下vi遇到 Terminal too wide
今天在用vi时,hp-unix系统遇到这个问题,原因是终端列无法显示,太宽了,改小即可:
$ > vi sqlnet.ora
Terminal too wide
:q!  
$ > stty -a
speed 38400 baud; line = 0;  
rows = 71; columns = 237
min = 4; time = 0;   
intr = ^C; quit = ^\; erase = ^H; kill = ^U  
eof = ^D; eol = ^@; eol2 <undef>; swtch<undef>
stop = ^S; start = ^Q; susp = ^Z; dsusp<undef>
werase = ^W; lnext = ^V  
-parenb -parodd cs8 -cstopbhupclcread -clocal -loblk -crts  
-ignbrkbrkint -ignpar -parmrk -inpckistrip -inlcr -igncricrnl -iuclc
ixonixanyixoff -imaxbel -rtsxoff -ctsxon -ienqak  
isig icanon -iexten -xcase echo -echoe echok -echonl -noflsh  
-echoctl -echoprt -echoke -flusho -pendin   
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop tab3  
$ > stty columns 132
$ > vi sqlnet.ora

发现问题解决了。






欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2