Fix bug #18649 with handling C-g on MS-Windows in -nw sessions.
commitc35e776245915b96e9e80dec5354d087fcdc18ff
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 Oct 2014 12:32:38 +0000 (8 15:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 Oct 2014 12:32:38 +0000 (8 15:32 +0300)
treeef4e7a5eefcb4f63f6c53ee316e04743111a23de
parentd295469e8e3aa3d3ee0543aea1a59aad63c467dc
Fix bug #18649 with handling C-g on MS-Windows in -nw sessions.

 src/w32inevt.c (maybe_generate_resize_event): Pass non-zero as the
 DELAY argument to change_frame_size, so that the frame size
 changes, if any are needed, are delayed until the next redisplay.
 This is to avoid a too early QUIT inside change_frame_size, when
 it calls Lisp in frame_windows_min_size, in case one of the events
 we've read sets the quit-flag.
src/ChangeLog
src/w32inevt.c