st
simple terminal
git clone https://9o.is/git/st.git
commit 31f7d6f483eb3a57815cb4ae2c2b382ce1e8a8b3 parent 673494e44301c57ba6aae3a08664f60c0e30e5a5 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 11 Apr 2020 13:56:31 +0200 config.def.h: add a comment for the scroll variable Diffstat:
| M | config.def.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -18,6 +18,7 @@ static int borderpx = 2; */ static char *shell = "/bin/sh"; char *utmp = NULL; +/* scroll program: to enable use a string like "scroll" */ char *scroll = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";