Another fix from Hung-Te Lin; apparently in some IMEs (such as
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 23 Mar 2005 01:08:18 +0000 (01:08 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 23 Mar 2005 01:08:18 +0000 (01:08 +0000)
commit43e95114cbfc44a5d3a6f1adeff986cb5cd12f78
tree69da492aa869134215efabe49acd095ed5ff17a4
parentb56ff5c3a7acd4e79ea1d48975838c17046aa86e
Another fix from Hung-Te Lin; apparently in some IMEs (such as
"MS NewPhonetics"), move events (arrow keys) were being doubled up,
apparently because we turned both KEYDOWN and KEYUP events into new
KEYDOWN events.

I don't claim to understand the precise effect of this patch :( but
I'm reasonably confident that it only affects IME users, and experimentally
it doesn't seem to break anything obvious, so if piaip says it makes
things better that's good enough for me :)

git-svn-id: svn://svn.tartarus.org/sgt/putty@5545 cda61777-01e9-0310-a592-d414129be87e
windows/window.c