Imported Upstream version 1.7.4p6
[debian/sudo] / term.c
diff --git a/term.c b/term.c
index b1e9da65f07efb24f69578fcf67a7259519587d5..85b730092deb00f2313bd7d66b1608b3e88f91e8 100644 (file)
--- a/term.c
+++ b/term.c
@@ -152,7 +152,7 @@ term_raw(fd, isig)
     term.c_cc[VMIN] = 1;
     term.c_cc[VTIME] = 0;
     CLR(term.c_iflag, ICRNL | IGNCR | INLCR | IUCLC | IXON);
-    SET(term.c_oflag, OPOST);
+    CLR(term.c_oflag, OPOST);
     CLR(term.c_lflag, ECHO | ICANON | ISIG | IEXTEN);
     if (isig)
        SET(term.c_lflag, ISIG);