[hackers] [st] Add comment about tabspaces. || Christoph Lohmann
commit 2251f6465ae48aaa012fd686d6dcc4d3f41f77fe
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Wed Jul 20 13:00:43 2016 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Wed Jul 20 13:00:43 2016 +0200
Add comment about tabspaces.
st.info needs to be changed too, when tabspaces are changed.
diff --git a/config.def.h b/config.def.h
index 0070635..d2c547c 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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) */
Received on Wed Jul 20 2016 - 13:01:51 CEST
This archive was generated by hypermail 2.3.0
: Wed Jul 20 2016 - 13:12:21 CEST