Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Add comment about tabspaces.
[st.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
0070635
..
d2c547c
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-65,6
+65,15
@@
static int bellvolume = 0;
/* default TERM value */
static char termname[] = "st-256color";
/* default TERM value */
static char termname[] = "st-256color";
+/*
+ * spaces per tab
+ *
+ * When you are changing this value, don't forget to adapt the »it« value in
+ * the st.info and appropriately install the st.info in the environment where
+ * you use this st version.
+ *
+ * it#$tabspaces,
+ */
static unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */