From: Piero Serini <piero@strider.st.dsi.unimi.it>
authorJordan K. Hubbard <jkh@FreeBSD.org>
Thu, 9 Dec 1993 18:07:45 +0000 (18:07 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Thu, 9 Dec 1993 18:07:45 +0000 (18:07 +0000)
commitc0c52dbb56ceb83e0305a0545a362d90ca426826
tree5fa7bf2e44d2f05d1b7efac4515b712d09bf1ade
parentae405df90a4f3780398b945b1711368fbcb4889c
From: Piero Serini <piero@strider.st.dsi.unimi.it>
Message-Id: <199312091710.SAA00967@strider.st.dsi.unimi.it>
Subject: /bin/stty willnot "undef" cchars

Description:
running /bin/stty to change a cchar from its value to <undef>
willnot work, and will set that cchar's value to "u".
Repeat-By:
$ stty discard undef
$ stty -a
...
cchars: discard = u ; dsusp = ^O; eof = ^D; eol = <undef>;
bin/stty/cchar.c