aboutsummaryrefslogtreecommitdiffstats
path: root/win.h
diff options
context:
space:
mode:
authorIvan Tham <pickfire@riseup.net>2019-02-12 18:41:41 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-02-12 18:45:15 +0100
commite85b6b64660214121164ea97fb098eaa4935f7db (patch)
treed08873d1902c94102ce19294efa0c5bcd2c8d040 /win.h
parent75f92eb3489275bfcad901e5ca424134eda6e2f4 (diff)
downloadst-e85b6b64660214121164ea97fb098eaa4935f7db.tar.gz
better Input Method Editor (IME) support
Features: - Allow input methods swap with hotkey (E.g. left ctrl + left shift). - Over-the-spot pre-editing style, pre-edit data placed over insertion point. - Restart IME without segmentation fault. TODO: - Automatically pickup IME if st started before IME
Diffstat (limited to 'win.h')
-rw-r--r--win.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win.h b/win.h
index 31f327d..a6ef1b9 100644
--- a/win.h
+++ b/win.h
@@ -36,3 +36,4 @@ void xsetmode(int, unsigned int);
void xsetpointermotion(int);
void xsetsel(char *);
int xstartdraw(void);
+void xximspot(int, int);
remember that computers suck.