mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Revert "[terminal] Try to fix #45 as suggested by Debian user"
This reverts commit a3e84e27c7
.
This commit is contained in:
parent
16bb37b84f
commit
df3a79bed5
@ -260,6 +260,9 @@ setraw(struct itrm *itrm, int save_orig)
|
||||
|
||||
elinks_cfmakeraw(&t);
|
||||
t.c_lflag |= ISIG;
|
||||
#ifdef TOSTOP
|
||||
t.c_lflag |= TOSTOP;
|
||||
#endif
|
||||
t.c_oflag |= OPOST;
|
||||
if (tcsetattr(itrm->in.ctl, TCSANOW, &t)) return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user