(_noecho, _echo): Broken, portability headache, remove.
(output): Ignore C_NOECHO. Server doesn't send it anyway.
This commit is contained in:
parent
bf6bfcd5f5
commit
e9eb6b8e2a
2 changed files with 1 additions and 82 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue