]> git.armaanb.net Git - st.git/commitdiff
config.def.h: add a comment for the scroll variable
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 11 Apr 2020 11:56:31 +0000 (13:56 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 11 Apr 2020 13:23:23 +0000 (15:23 +0200)
config.def.h

index dfcbda999eb362ff7d64a2bd14e42d7caebe8d2b..0895a1ff4bd3f00e766891f823248de184ae582f 100644 (file)
@@ -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";