mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Revert "[terminal] Try to fix #45 as suggested by Debian user"
This reverts commit a3e84e27c7f7e579a1c54674ea9e247dbe40d5a7.
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…
x
Reference in New Issue
Block a user