Support for dead keys and compose sequences on Unix, by instantiating
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 17 Jun 2012 07:26:23 +0000 (07:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 17 Jun 2012 07:26:23 +0000 (07:26 +0000)
commit7b56a33fca0f6c9130188db0d2eb475de9380b02
treea0e4a66fa2bf8f24cb632bd1bf194135c1523c16
parent863c5362e83ad7d153bc39fdbc526f9d0674a0c2
Support for dead keys and compose sequences on Unix, by instantiating
a GtkIMMulticontext and having that filter most keypresses. I think
I've got this right so that it doesn't break any previous deliberate
keyboard-handling behaviour that's now _after_ the 'if (filter
keypress) return' statement.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9567 cda61777-01e9-0310-a592-d414129be87e
unix/gtkwin.c
unix/uxucs.c