面對客戶的hp-ux,最常見的就是backspace不能用,還有行數太大,螢幕無法完全顯示,因此會有文字被遮住,分享我的作法:
1. Backspace不能用:
a. Using "Shift + Backspace", it is working.
b. 定義 erase = ^? , Backspace就可以用了:
#stty erase ^?
2. 行數太大:
a. 定義行數為24行
#stty rows 24
ps. 可用下列指令來看目前定義的stty
# stty -a
speed 9600 baud; line = 0;
rows = 0; columns = 0
min = 1; time = 0;
intr = ^C; quit = ^\; erase = ^H; kill = ^U
eof = ^D; eol = ^@; eol2 <undef>; swtch <undef>
stop = ^S; start = ^Q; susp <undef>; dsusp <undef>
werase <undef>; lnext <undef>
-parenb -parodd cs8 -cstopb hupcl cread -clocal -loblk -crts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
ixon ixany ixoff -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
沒有留言:
張貼留言