Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
33201ac
)
Move CRLF input processing into ttywrite
author
Devin J. Pohly <
[email protected]
>
Thu, 22 Feb 2018 07:05:12 +0000
(
01:05
-0600)
committer
Devin J. Pohly <
[email protected]
>
Mon, 26 Feb 2018 03:53:24 +0000
(21:53 -0600)
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 <
[email protected]
>
No differences found