all repos — st @ d66bd405c0d0f29beff89683a04a10297e962cb9

st (suckless terminal) config

config.def.h: add a comment for the scroll variable
Hiltjo Posthuma hiltjo@codemadness.org
commit

d66bd405c0d0f29beff89683a04a10297e962cb9

parent

e997303502ddd5c26cfc41af0ff5356bffc04359

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M config.def.hconfig.def.h

@@ -18,6 +18,7 @@ * 5: value of shell in config.h

*/ 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";