JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add write I/O to file
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 3 Sep 2012 19:52:21 +0000 (21:52 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 3 Sep 2012 19:52:21 +0000 (21:52 +0200)
commita984ffc4cb755c6dcdbc153b2591dca0ae6a8ead
tree393e05c204a8a5c9153f358eecc40b0f79b6c827
parentcfefa054e80afa22d6948bf997a6818e778801f6
Add write I/O to file

This is a theorical feature listed in http://st.suckless.org/goals. All the
input/output of the terminal will be written to a file, which can be very
useful for debugging, and also allow interconnect st to other process
through named pipes.
---
 st.1 |    6 ++++++
 st.c |   14 +++++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)
st.1
st.c