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:
parent
9b317797ad
commit
4e389d323c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue