]> git.armaanb.net Git - st.git/commit
Move terminal echo logic into st.c
authorDevin J. Pohly <djpohly@gmail.com>
Thu, 22 Feb 2018 06:42:23 +0000 (00:42 -0600)
committerDevin J. Pohly <djpohly@gmail.com>
Mon, 26 Feb 2018 03:53:24 +0000 (21:53 -0600)
commit52d6fb1ab1f7d41839edebb63c3408578cd44e3c
treed33c81682f014f242b1c4d138ede71d90ca39b8e
parentcfc7acdfd923924ae150a32061fb95987697b159
Move terminal echo logic into st.c

The only thing differentiating ttywrite and ttysend was the potential
for echo; make this a parameter and remove ttysend.

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