aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2020-04-10 22:06:32 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-04-11 15:23:20 +0200
commit21e0d6e8b8d20903494386e7e6f43201b3761154 (patch)
tree5b05d14922679f2560855d5734314336c16cade2 /st.1
parent5703aa0390484dd7da4bd9c388c85708d8fcd339 (diff)
downloadst-patched-21e0d6e8b8d20903494386e7e6f43201b3761154.tar.bz2
st-patched-21e0d6e8b8d20903494386e7e6f43201b3761154.tar.xz
st-patched-21e0d6e8b8d20903494386e7e6f43201b3761154.zip
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.
Diffstat (limited to 'st.1')
-rw-r--r--st.13
1 files changed, 2 insertions, 1 deletions
diff --git a/st.1 b/st.1
index e8d6059..39120b4 100644
--- a/st.1
+++ b/st.1
@@ -170,7 +170,8 @@ See the LICENSE file for the terms of redistribution.
170.SH SEE ALSO 170.SH SEE ALSO
171.BR tabbed (1), 171.BR tabbed (1),
172.BR utmp (1), 172.BR utmp (1),
173.BR stty (1) 173.BR stty (1),
174.BR scroll (1)
174.SH BUGS 175.SH BUGS
175See the TODO file in the distribution. 176See the TODO file in the distribution.
176 177