(Fredraw_frame): Call set_terminal_modes for
w32_console frames.
This commit is contained in:
parent
9010e6b15d
commit
ddbe13894c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue