better Input Method Editor (IME) support (35f7db)
This commit is contained in:
parent
9f1a2db7c5
commit
e7cfd5ae16
11 changed files with 56 additions and 93 deletions
2
st.c
2
st.c
|
|
@ -2752,9 +2752,7 @@ draw(void)
|
|||
term.ocx, term.ocy, term.line[term.ocy][term.ocx]);
|
||||
term.ocx = cx, term.ocy = term.c.y;
|
||||
xfinishdraw();
|
||||
#if FIXIME_PATCH
|
||||
xximspot(term.ocx, term.ocy);
|
||||
#endif // FIXIME_PATCH
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue