artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
502e43d
)
Compile
author
downsj
<downsj@openbsd.org>
Sun, 15 Dec 1996 22:33:56 +0000
(22:33 +0000)
committer
downsj
<downsj@openbsd.org>
Sun, 15 Dec 1996 22:33:56 +0000
(22:33 +0000)
gnu/usr.bin/texinfo/info/terminal.c
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/texinfo/info/terminal.c
b/gnu/usr.bin/texinfo/info/terminal.c
index
9c10176
..
1669f56
100644
(file)
--- a/
gnu/usr.bin/texinfo/info/terminal.c
+++ b/
gnu/usr.bin/texinfo/info/terminal.c
@@
-637,7
+637,11
@@
terminal_prep_terminal ()
#if defined (HAVE_TERMIOS_H) || defined (HAVE_TERMIO_H)
ttybuff.c_iflag &= (~ISTRIP & ~INLCR & ~IGNCR & ~ICRNL & ~IXON);
+#if defined(OCRNL)
ttybuff.c_oflag &= (~ONLCR & ~OCRNL);
+#else
+ ttybuff.c_oflag &= ~ONLCR;
+#endif
ttybuff.c_lflag &= (~ICANON & ~ECHO);
ttybuff.c_cc[VMIN] = 1;