]> git.armaanb.net Git - st.git/commit
Move CRLF input processing into ttywrite
authorDevin J. Pohly <djpohly@gmail.com>
Thu, 22 Feb 2018 07:05:12 +0000 (01:05 -0600)
committerDevin J. Pohly <djpohly@gmail.com>
Mon, 26 Feb 2018 03:53:24 +0000 (21:53 -0600)
commit33201ac65f74e45b4fa60822ba9a538c3cfa9b25
treed14efba42f31bc0f4900a9af90988093464ad781
parent52d6fb1ab1f7d41839edebb63c3408578cd44e3c
Move CRLF input processing into ttywrite

This also allows us to remove the crlf field from the Key struct, since
the only difference it made was converting "\r" to "\r\n" (which is now
done automatically in ttywrite).  In addition, MODE_CRLF is no longer
referenced from x.c.

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