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
bde5503b
Commit
bde5503b
authored
Jul 05, 2000
by
Gerd Moellmann
Browse files
(XTread_socket): Increment handling_signal at the start,
decrement it at the end.
parent
026d2a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/xterm.c
src/xterm.c
+3
-0
No files found.
src/xterm.c
View file @
bde5503b
...
...
@@ -8927,6 +8927,8 @@ XTread_socket (sd, bufp, numchars, expected)
if (numchars <= 0)
abort (); /* Don't think this happens. */
++handling_signal;
/* Find the display we are supposed to read input for.
It's the one communicating on descriptor SD. */
for (dpyinfo = x_display_list; dpyinfo; dpyinfo = dpyinfo->next)
...
...
@@ -10046,6 +10048,7 @@ XTread_socket (sd, bufp, numchars, expected)
}
UNBLOCK_INPUT;
--handling_signal;
return count;
}
...
...
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