mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-12-04 20:49:43 +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;
|
*old = t;
|
||||||
if (local_edit)
|
if (local_edit)
|
||||||
return;
|
return;
|
||||||
|
cfmakeraw(&t);
|
||||||
if (fd) {
|
if (fd) {
|
||||||
t.c_iflag &= ~(IXON | IXOFF);
|
t.c_iflag &= ~(IXON | IXOFF);
|
||||||
t.c_cflag |= CLOCAL;
|
t.c_cflag |= CLOCAL;
|
||||||
|
Loading…
Reference in New Issue
Block a user