aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2016-07-20 13:00:43 +0200
committerChristoph Lohmann <20h@r-36.net>2016-07-20 13:00:43 +0200
commit2251f6465ae48aaa012fd686d6dcc4d3f41f77fe (patch)
tree7d99d1b5459510953ead9c6442ef347fd24dd217
parent235b438e689e1fab677ee7e6ee53491867c16b9d (diff)
downloadst-patched-2251f6465ae48aaa012fd686d6dcc4d3f41f77fe.tar.bz2
st-patched-2251f6465ae48aaa012fd686d6dcc4d3f41f77fe.tar.xz
st-patched-2251f6465ae48aaa012fd686d6dcc4d3f41f77fe.zip
Add comment about tabspaces.
st.info needs to be changed too, when tabspaces are changed.
-rw-r--r--config.def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 0070635..d2c547c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -65,6 +65,15 @@ static int bellvolume = 0;
65/* default TERM value */ 65/* default TERM value */
66static char termname[] = "st-256color"; 66static char termname[] = "st-256color";
67 67
68/*
69 * spaces per tab
70 *
71 * When you are changing this value, don't forget to adapt the »it« value in
72 * the st.info and appropriately install the st.info in the environment where
73 * you use this st version.
74 *
75 * it#$tabspaces,
76 */
68static unsigned int tabspaces = 8; 77static unsigned int tabspaces = 8;
69 78
70/* Terminal colors (16 first used in escape sequence) */ 79/* Terminal colors (16 first used in escape sequence) */