From 635e3b291d7ce030af1f7eb3b18dc14d005c1eda Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 25 Sep 2007 08:53:23 +0000 Subject: [PATCH] (init_tty): Call init_sys_modes on WINDOWSNT also. --- src/term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.", /* Don't do this. I think termcap may still need the buffer. */ /* xfree (buffer); */ +#endif /* not WINDOWSNT */ + /* Init system terminal modes (RAW or CBREAK, etc.). */ init_sys_modes (tty); -#endif /* not WINDOWSNT */ return terminal; } -- 2.39.5