* nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
called. Fixes: debbugs:12834
This commit is contained in:
parent
9234627530
commit
f99c65e574
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-11-13 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
|
||||
called (Bug#12834).
|
||||
|
||||
2012-11-12 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* xdisp.c (decode_mode_spec): Limit the value of WIDTH argument
|
||||
|
|
|
@ -312,6 +312,8 @@ Updated by Christian Limpach (chris@nice.ch)
|
|||
}
|
||||
|
||||
hold_event_q.q[hold_event_q.nr++] = *event;
|
||||
/* Make sure ns_read_socket is called, i.e. we have input. */
|
||||
kill (0, SIGIO);
|
||||
}
|
||||
|
||||
static Lisp_Object
|
||||
|
|
Loading…
Add table
Reference in a new issue