comparison src/w32term.c @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 3b9ed57b1424 1d6e3255f024
children 606f2d163a64
comparison
equal deleted inserted replaced
91238:5cf14a2107b5 91239:2fcaae6177a5
4623 to help debug the loss-of-chars-during-GC problem. */ 4623 to help debug the loss-of-chars-during-GC problem. */
4624 4624
4625 static int temp_index; 4625 static int temp_index;
4626 static short temp_buffer[100]; 4626 static short temp_buffer[100];
4627 4627
4628 /* Temporarily store lead byte of DBCS input sequences. */
4629 static char dbcs_lead = 0;
4628 4630
4629 /* Read events coming from the W32 shell. 4631 /* Read events coming from the W32 shell.
4630 This routine is called by the SIGIO handler. 4632 This routine is called by the SIGIO handler.
4631 We return as soon as there are no more events to be read. 4633 We return as soon as there are no more events to be read.
4632 4634