aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann2016-07-20 13:00:43 +0200
committerChristoph Lohmann2016-07-20 13:00:43 +0200
commitdf22810bd8c4176d9d1aa0c24397c27fa22a8699 (patch)
tree284d40702b8c359462ece061b0a072a88ae46f26 /config.def.h
parentb33f851066aafdf0d8039f51e2293f32aff5ce77 (diff)
downloadaur-df22810bd8c4176d9d1aa0c24397c27fa22a8699.tar.gz
Add comment about tabspaces.
st.info needs to be changed too, when tabspaces are changed.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 0070635af8f5..d2c547c3105c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -65,6 +65,15 @@ static int bellvolume = 0;
/* 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) */