From: Jason Rumney Date: Tue, 25 Sep 2007 08:53:23 +0000 (+0000) Subject: (init_tty): Call init_sys_modes on WINDOWSNT also. X-Git-Tag: emacs-pretest-23.0.90~10689 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=635e3b291d7ce030af1f7eb3b18dc14d005c1eda;p=emacs.git (init_tty): Call init_sys_modes on WINDOWSNT also. --- 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; }