# HG changeset patch # User Jason Rumney # Date 1190710403 0 # Node ID ba20cee1aec0d5092974a8a01e4e34885c573e49 # Parent d8f4346c8ee1a3f5fdfa9222662f7454b673d859 (init_tty): Call init_sys_modes on WINDOWSNT also. diff -r d8f4346c8ee1 -r ba20cee1aec0 src/term.c --- a/src/term.c Tue Sep 25 08:53:03 2007 +0000 +++ b/src/term.c Tue Sep 25 08:53:23 2007 +0000 @@ -3717,9 +3717,10 @@ /* 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; }