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)
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>

No differences found