From: Devin J. Pohly Date: Sat, 24 Feb 2018 22:32:20 +0000 (-0600) Subject: Reduce visibility wherever possible X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/e0215d53770a9b6bc6e5d7b9a603ecd34dbd7100?ds=sidebyside;hp=e0215d53770a9b6bc6e5d7b9a603ecd34dbd7100 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 ---