mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-12-03 18:49:22 +02:00
neocon/neocon.c (make_raw): restore accidently deleted cfmakeraw
This commit is contained in:
parent
412d605f84
commit
16a5d92b15
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user