Mercurial > hg > octave-lyh
diff src/utils.cc @ 169:49ab724d0a32
[project @ 1993-10-21 21:56:38 by jwe]
author | jwe |
---|---|
date | Thu, 21 Oct 1993 21:57:52 +0000 |
parents | e2c950dd96d2 |
children | bff84a41f944 |
line wrap: on
line diff
--- a/src/utils.cc +++ b/src/utils.cc @@ -244,7 +244,7 @@ // Set the modes to the way we want them. s.c_lflag &= ~(ICANON|ECHO|ECHOE|ECHOK|ECHONL); - s.c_oflag |= (OPOST|ONLCR|TAB3); + s.c_oflag |= (OPOST|ONLCR); s.c_oflag &= ~(OCRNL|ONOCR|ONLRET); s.c_cc[VMIN] = 1; s.c_cc[VTIME] = 0; @@ -277,7 +277,7 @@ // Set the modes to the way we want them. s.c_lflag &= ~(ICANON|ECHO|ECHOE|ECHOK|ECHONL); - s.c_oflag |= (OPOST|ONLCR|TAB3); + s.c_oflag |= (OPOST|ONLCR); s.c_oflag &= ~(OCRNL|ONOCR|ONLRET); s.c_cc[VMIN] = 1; s.c_cc[VTIME] = 0; @@ -310,7 +310,7 @@ // Set the modes to the way we want them. s.sg_flags |= CBREAK; - s.sg_flags &= ~(ECHO|XTABS); + s.sg_flags &= ~(ECHO); } else {