Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
better Input Method Editor (IME) support
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
b8e6077
..
cf8687e
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2594,6
+2594,7
@@
draw(void)
term.ocx, term.ocy, term.line[term.ocy][term.ocx]);
term.ocx = cx, term.ocy = term.c.y;
xfinishdraw();
+ xximspot(term.ocx, term.ocy);
}
void