9term manages to turn off echo at the right times under SunOS ?

This commit is contained in:
rsc 2004-04-15 02:04:30 +00:00
parent aeb54c0efe
commit 4dcd9af228
9 changed files with 173 additions and 10 deletions

View file

@ -133,3 +133,15 @@ myopenpty(int fd[], char *name)
}
int
israw(int fd)
{
return 0;
}
int
setecho(int fd, int on)
{
return 0;
}