Prechádzať zdrojové kódy

Add comment about tabspaces.

st.info needs to be changed too, when tabspaces are changed.
Christoph Lohmann 8 rokov pred
rodič
commit
2251f6465a
1 zmenil súbory, kde vykonal 9 pridanie a 0 odobranie
  1. 9 0
      config.def.h

+ 9 - 0
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) */