JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix st with input method.
authorWeng Xuetian <wengxt@gmail.com>
Wed, 16 Jul 2014 22:36:46 +0000 (18:36 -0400)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sat, 19 Jul 2014 17:46:31 +0000 (19:46 +0200)
commit84ceefe0890ee235dd736543fe30479393562fb6
treedbcaed75f133e6adc69fe76884393a0554fb21a4
parentb5d0a13c10ab6ba6121c5fa67b9f20c8d41de349
Fix st with input method.

XFilterEvent need to be called against every event, otherwise it would
missing some message in the xim protocol and misbehave on some im server.

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
st.c