]> git.armaanb.net Git - st.git/commit
Move opt_* into same file as main()/run()
authorDevin J. Pohly <djpohly@gmail.com>
Fri, 13 Oct 2017 03:25:49 +0000 (22:25 -0500)
committerDevin J. Pohly <djpohly@gmail.com>
Mon, 26 Feb 2018 03:53:24 +0000 (21:53 -0600)
commit69e32a61df15787c410a48eaa10a89240c36257d
treea8de7f88f5d712df627e9c0302ce7e77f2f208c2
parented132e11271d18a5d8aa163096bc6192c694bc47
Move opt_* into same file as main()/run()

This commit is purely about reducing externs and LOC.  If the main and
run functions ever move elsewhere (which will probably make sense
eventually), these should come along with them.

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