Last active
May 9, 2020 10:25
-
-
Save yorickvP/090f191c8e095e930059a9256cea0d99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
speed 9600 baud; rows 0; columns 0; line = 0; | |
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; | |
eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; | |
werase = ^W; lnext = ^V; discard = ^O; min = 1; time = 0; | |
-parenb -parodd -cmspar cs8 hupcl -cstopb cread clocal -crtscts | |
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff | |
-iuclc -ixany -imaxbel -iutf8 | |
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 | |
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt | |
echoctl echoke -flusho -extproc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
speed 9600 baud; rows 0; columns 0; line = 0; | |
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; | |
rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O; min = 100; time = 2; | |
-parenb -parodd -cmspar cs8 -hupcl -cstopb cread clocal -crtscts | |
-ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8 | |
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 | |
-isig -icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment