- 论坛徽章:
- 0
|
本帖最后由 srzyhead 于 2013-07-09 19:49 编辑
回复 2# wenhq - [ibm570:hahaha]/home/hahaha$stty -a
- speed 9600 baud; 32 rows; 140 columns
- eucw 1:1:0:0, scrw 1:1:0:0:
- intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ^@
- eol2 = ^@; start = ^Q; stop = ^S; susp = ^Z; dsusp = ^Y; reprint = ^R
- discard = ^O; werase = ^W; lnext = ^V
- -parenb -parodd cs8 -cstopb hupcl cread -clocal -parext
- -ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
- -ixon -ixany -ixoff imaxbel
- isig icanon -xcase echo echoe echok -echonl -noflsh
- -tostop echoctl -echoprt echoke -flusho -pending iexten
- opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3
复制代码 直接执行stty -a命令
下面有一行susp = ^Z表示的这个对应关系 |
|