]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Support for dead keys and compose sequences on Unix, by instantiating
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Jun 2012 07:26:23 +0000 (07:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Jun 2012 07:26:23 +0000 (07:26 +0000)
commit03d183ec0758b93ef70748cc5b5d972fcd1d8293
treea0e4a66fa2bf8f24cb632bd1bf194135c1523c16
parentdeca8c3f1beb65645e22ff57293c8320ac520f5c
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: http://svn.tartarus.org/sgt/putty@9567 cda61777-01e9-0310-a592-d414129be87e
unix/gtkwin.c
unix/uxucs.c