make echoing work.

This commit is contained in:
rsc 2004-04-16 15:27:29 +00:00
parent aba09191af
commit a2705f207f
9 changed files with 50 additions and 153 deletions

View file

@ -1,11 +1,11 @@
#include <u.h>
#include "9term.h"
#include <sys/types.h>
#include <sys/ioctl.h>
#include <termios.h>
#include <sys/termios.h>
#include <util.h>
#include <libc.h>
#include "term.h"
int
getpts(int fd[], char *slave)