Add support for scroll(1)
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 10 Apr 2020 20:06:32 +0000 (22:06 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 11 Apr 2020 13:23:20 +0000 (15:23 +0200)
commit21e0d6e8b8d20903494386e7e6f43201b3761154
tree5b05d14922679f2560855d5734314336c16cade2
parent5703aa0390484dd7da4bd9c388c85708d8fcd339
Add support for scroll(1)

Scroll is a program that stores all the lines of its child and be used in st as
a way of implementing scrollback.

This solution is much better than implementing the scrollback in st itself
because having a different program allows to use it in any other program
without doing modifications to those programs.
config.def.h
st.1
st.c
st.h