1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

Revert "[terminal] Try to fix #45 as suggested by Debian user"

This reverts commit a3e84e27c7.
This commit is contained in:
Witold Filipczyk 2020-05-13 20:33:00 +02:00
parent 16bb37b84f
commit df3a79bed5

View File

@ -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;