Change 9term to look like rio windows, not acme windows.

This commit is contained in:
rsc 2004-03-21 04:27:09 +00:00
parent eacbfb241a
commit ba9ffa53c4
3 changed files with 152 additions and 132 deletions

View file

@ -17,7 +17,6 @@ getchildwd(int pid, char *wdir, int bufn)
int
getpts(int fd[], char *slave)
{
openpty(&fd[1], &fd[0], slave, 0, 0);
return 0;
}