]> git.armaanb.net Git - st.git/commitdiff
Add comment about tabspaces.
authorChristoph Lohmann <20h@r-36.net>
Wed, 20 Jul 2016 11:00:43 +0000 (13:00 +0200)
committerChristoph Lohmann <20h@r-36.net>
Wed, 20 Jul 2016 11:00:43 +0000 (13:00 +0200)
st.info needs to be changed too, when tabspaces are changed.

config.def.h

index 0070635af8f536c10a74bb6a611940adb65a5a76..d2c547c3105c877f9cac8b8eb6b8c510ae5f41fc 100644 (file)
@@ -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) */