Pull term references out of xdrawcursor
authorDevin J. Pohly <djpohly@gmail.com>
Sat, 24 Feb 2018 20:58:54 +0000 (14:58 -0600)
committerDevin J. Pohly <djpohly@gmail.com>
Mon, 26 Feb 2018 03:56:26 +0000 (21:56 -0600)
commita5dc1b46976b2252f9d7bb68f126c4b0f351dd1a
treea9ce0c1a4dd254ccb71a61a08dc3df54dc4f2814
parent88d8293fb4ba150a5f19d58d133b5db93d9dcfa5
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 <djpohly@gmail.com>
st.c
st.h
win.h
x.c