From: Roberto E. Vargas Caballero Date: Mon, 3 Sep 2012 19:52:21 +0000 (+0200) Subject: Add write I/O to file X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/a984ffc4cb755c6dcdbc153b2591dca0ae6a8ead?hp=a984ffc4cb755c6dcdbc153b2591dca0ae6a8ead 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(-) ---