aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index b18722f816f..ce3b49ef4c1 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3717,9 +3717,10 @@ to do `unset TERMCAP' (C-shell: `unsetenv TERMCAP') as well.",
3717 /* Don't do this. I think termcap may still need the buffer. */ 3717 /* Don't do this. I think termcap may still need the buffer. */
3718 /* xfree (buffer); */ 3718 /* xfree (buffer); */
3719 3719
3720#endif /* not WINDOWSNT */
3721
3720 /* Init system terminal modes (RAW or CBREAK, etc.). */ 3722 /* Init system terminal modes (RAW or CBREAK, etc.). */
3721 init_sys_modes (tty); 3723 init_sys_modes (tty);
3722#endif /* not WINDOWSNT */
3723 3724
3724 return terminal; 3725 return terminal;
3725} 3726}