[2140] in testers
Re: 7.4F RS/6000 /bin/athena/tcsh
daemon@ATHENA.MIT.EDU (John Carr)
Mon Jun 22 12:22:19 1992
To: bug-tcsh6@Athena.MIT.EDU, testers@Athena.MIT.EDU
In-Reply-To: Your message of "Mon, 22 Jun 1992 02:44:07 EDT."
Date: Mon, 22 Jun 1992 12:21:45 EDT
From: John Carr <jfc@Athena.MIT.EDU>
Marc and I looked at the bug. It seems to depend on rlogin: with the
same terminal modes, a shell running under rlogin shows the bug and a
shell running in an xterm does not.
stty -a says:
speed 9600 baud; ; 73 rows; 84 columns
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol <undef>
eol2 <undef>; start = ^Q; stop = ^S; susp = ^Z; dsusp = ^Y; reprint = ^R
discard = ^O; werase = ^W; lnext = ^V
-parenb -parodd cs7 -cstopb -hupcl cread -clocal
-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
This is in my .login:
stty erase "^?" ixany ixon imaxbel iexten echoctl
"ixon" seems to be important.