(_noecho, _echo): Broken, portability headache, remove.

(output): Ignore C_NOECHO.  Server doesn't send it anyway.
This commit is contained in:
Markus Armbruster 2004-02-19 12:00:11 +00:00
parent bf6bfcd5f5
commit e9eb6b8e2a
2 changed files with 1 additions and 82 deletions

View file

@ -293,7 +293,7 @@ output(int code, s_char *buf, FILE *auxfi)
{
switch (code) {
case C_NOECHO:
_noecho(0);
/* not implemented; serve doesn't send it */
break;
case C_FLUSH:
(void)fflush(stdout);