Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ddbe1389
Commit
ddbe1389
authored
Jan 02, 2001
by
Andrew Innes
Browse files
(Fredraw_frame): Call set_terminal_modes for
w32_console frames.
parent
9010e6b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
No files found.
src/dispnew.c
View file @
ddbe1389
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment