]> Sergey Matveev's repositories - st.git/commit
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)
commitee4a9934ab89a9ebe673fc052303e9cacbb2f5fb
tree393e05c204a8a5c9153f358eecc40b0f79b6c827
parenteeb26ec3169cd3d98196c7e31fcec1680bb26e9d
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