Hi all,
Some fcitx user reaches me about input method issue, and I surprisingly found
that input method is broken again in st because I have fixed it once.
The new issue is caused by commit 2937b05aed9cee8d6651cd806d31682a853c773
which removes a XFilterEvent call.
XFilterEvent is required to b
XFilterEvent need to be called against every event, otherwise it would
missing some message in the xim protocol and misbehave on some im server.
---
st.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/st.c b/st.c
index 040638a..546db41 100644
--- a/st.c
+++ b/st.c
@@ -3786,6 +3786,8 @@ run(