pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e997303
)
config.def.h: add a comment for the scroll variable
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 11 Apr 2020 11:56:31 +0000
(13:56 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 11 Apr 2020 13:23:23 +0000
(15:23 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
dfcbda9
..
0895a1f
100644
(file)
--- 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";