From: Devin J. Pohly Date: Sat, 24 Feb 2018 20:58:54 +0000 (-0600) Subject: Pull term references out of xdrawcursor X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/a5dc1b46976b2252f9d7bb68f126c4b0f351dd1a?hp=a5dc1b46976b2252f9d7bb68f126c4b0f351dd1a Pull term references out of xdrawcursor Gradually reducing x.c dependency on Term object. Old and new cursor glyph/position are passed to xdrawcursor. (There may be an opportunity to refactor further if we can unify "clear old cursor" and "draw new cursor" functionality.) Signed-off-by: Devin J. Pohly ---