aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-15 17:04:22 +0000
committerRichard M. Stallman1994-11-15 17:04:22 +0000
commitd228f20729e9f5306eda8ea9ca3379f3fb212a49 (patch)
tree16d2122e36441c8fbe3dc7ccdb472f9f5e6b711b
parentcefaf3b60c551e7a262c7fec7dfd5145a51b6f67 (diff)
downloademacs-d228f20729e9f5306eda8ea9ca3379f3fb212a49.tar.gz
emacs-d228f20729e9f5306eda8ea9ca3379f3fb212a49.zip
(init_sys_modes): Maybe call tcflow.
-rw-r--r--src/sysdep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 63e6eb4f0ac..ff5de4f390c 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1382,6 +1382,10 @@ init_sys_modes ()
1382#endif 1382#endif
1383#endif 1383#endif
1384 1384
1385#if defined (HAVE_TERMIOS) || defined (HPUX9)
1386 if (!flow_control) tcflow (input_fd, TCOON);
1387#endif
1388
1385#ifdef AIX 1389#ifdef AIX
1386 hft_init (); 1390 hft_init ();
1387#ifdef IBMR2AIX 1391#ifdef IBMR2AIX