Reduce visibility wherever possible
authorDevin J. Pohly <djpohly@gmail.com>
Sat, 24 Feb 2018 22:32:20 +0000 (16:32 -0600)
committerDevin J. Pohly <djpohly@gmail.com>
Mon, 26 Feb 2018 03:56:26 +0000 (21:56 -0600)
commite0215d53770a9b6bc6e5d7b9a603ecd34dbd7100
treeb696b3fa2c69270a198c3bcc1e0a289b12b3538c
parent30683c70ab62fd37b5921cf72077b9aef2cb842e
Reduce visibility wherever possible

When possible, declare functions/variables static and move struct
definitions out of headers.  In order to allow utf8decode to become
internal, use codepoint for DECSCUSR extension directly.

Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
st.c
st.h
win.h
x.c