(Fredraw_frame): Call set_terminal_modes for

w32_console frames.
This commit is contained in:
Andrew Innes 2001-01-02 22:55:49 +00:00
parent 9010e6b15d
commit ddbe13894c

View file

@ -3253,7 +3253,7 @@ DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0,
return Qnil;
update_begin (f);
if (FRAME_MSDOS_P (f))
if (FRAME_MSDOS_P (f) || FRAME_W32_CONSOLE_P (f))
set_terminal_modes ();
clear_frame ();
clear_current_matrices (f);