mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[terminal] Try to fix #45 as suggested by Debian user
This commit is contained in:
parent
8c377a083d
commit
a3e84e27c7
@ -260,9 +260,6 @@ 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