Changeset 3494
- Timestamp:
- 10/09/04 16:00:29 (4 years ago)
- Files:
-
- branches/2.1/src/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/src/mw32term.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/src/ChangeLog.Meadow
r3490 r3494 1 2004-10-09 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * mw32term.c (mw32_async_handle_message): Call 4 WaitForSingleObject() after all the emacs events are stored. 5 1 6 2004-10-06 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 branches/2.1/src/mw32term.c
r3423 r3494 9159 9159 WaitMessage (); 9160 9160 nread = mw32_message_loop (0, buf, KBD_BUFFER_SIZE, 0); 9161 WaitForSingleObject (next_message_block_event, INFINITE);9162 9161 /* Scan the chars for C-g and store them in kbd_buffer. */ 9163 9162 for (i = 0; i < nread; i++) … … 9172 9171 } 9173 9172 } 9173 WaitForSingleObject (next_message_block_event, INFINITE); 9174 9174 } 9175 9175
