# HG changeset patch # User Eli Zaretskii # Date 1219510202 0 # Node ID d711e8ee1f6b61f02a8281359d0be7659aafc473 # Parent 62ec1a5d873beac0dd85ab7f174b33815eae43a0 (init_sys_modes): Call dos_ttraw with tty_out as argument. diff -r 62ec1a5d873b -r d711e8ee1f6b src/sysdep.c --- a/src/sysdep.c Sat Aug 23 16:49:32 2008 +0000 +++ b/src/sysdep.c Sat Aug 23 16:50:02 2008 +0000 @@ -1334,7 +1334,7 @@ #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */ if (!tty_out->term_initted) internal_terminal_init (); - dos_ttraw (); + dos_ttraw (tty_out); #endif EMACS_SET_TTY (fileno (tty_out->input), &tty, 0);