1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

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

This commit is contained in:
Witold Filipczyk 2020-05-10 16:11:52 +02:00
parent 8c377a083d
commit a3e84e27c7

View File

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