1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00

(init_sys_modes): Call dos_ttraw with tty_out as argument.

This commit is contained in:
Eli Zaretskii 2008-08-23 16:50:02 +00:00
parent 9b317797ad
commit 4e389d323c

View file

@ -1334,7 +1334,7 @@ init_sys_modes (tty_out)
#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);