neocon/neocon.c (make_raw): restore accidently deleted cfmakeraw

This commit is contained in:
Werner Almesberger 2013-06-23 19:07:37 -03:00
parent 412d605f84
commit 16a5d92b15
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ static void make_raw(int fd, struct termios *old, int cr, int local_edit)
*old = t;
if (local_edit)
return;
cfmakeraw(&t);
if (fd) {
t.c_iflag &= ~(IXON | IXOFF);
t.c_cflag |= CLOCAL;