* nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is

called.

Fixes: debbugs:12834
This commit is contained in:
Jan Djärv 2012-11-13 08:56:15 +01:00
parent 9234627530
commit f99c65e574
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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