[net.bugs.4bsd] C-shell and raw mode

G:tut (07/29/82)

If you do "stty raw" in the C-shell, typing any character that
is odd in octal will log you out immediately.  The Bourne shell
does not have this problem.  Does anybody know what's happening?
This happens with the C-shell in 2.8 bsd, 4.0 bsd, and 4.1 bsd. 
I have no solution.

Sorry, this article belongs under net.bugs.csh, but there isn't
any such newsgroup.
				Bill Tuthill
				ucbvax!g:tut

thomas (08/08/82)

The reason the csh doesn't do well with raw input is that any character
with the parity bit turned on is detected as an input error (at least
that was my analysis of the situation).
=Spencer