Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
97cf50e7
Commit
97cf50e7
authored
Apr 23, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include blockinput.h.
(change_frame_size_1): Block input around the real work.
parent
f854a00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/dispnew.c
src/dispnew.c
+5
-0
No files found.
src/dispnew.c
View file @
97cf50e7
...
...
@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */
#include "disptab.h"
#include "indent.h"
#include "intervals.h"
#include "blockinput.h"
#include "systty.h"
#include "syssignal.h"
...
...
@@ -2129,6 +2130,8 @@ change_frame_size_1 (frame, newheight, newwidth, pretend, delay)
return
;
}
BLOCK_INPUT
;
/* This size-change overrides any pending one for this frame. */
FRAME_NEW_HEIGHT
(
frame
)
=
0
;
FRAME_NEW_WIDTH
(
frame
)
=
0
;
...
...
@@ -2210,6 +2213,8 @@ change_frame_size_1 (frame, newheight, newwidth, pretend, delay)
remake_frame_glyphs
(
frame
);
calculate_costs
(
frame
);
UNBLOCK_INPUT
;
}
DEFUN
(
"send-string-to-terminal"
,
Fsend_string_to_terminal
,
...
...
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