Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Change who's expanding tabs.
[st.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
d2c547c
..
b41747f
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-73,6
+73,12
@@
static char termname[] = "st-256color";
* you use this st version.
*
* it#$tabspaces,
* you use this st version.
*
* it#$tabspaces,
+ *
+ * Secondly make sure your kernel is not expanding tabs. When running `stty
+ * -a` »tab0« should appear. You can tell the terminal to not expand tabs by
+ * running following command:
+ *
+ * stty tabs
*/
static unsigned int tabspaces = 8;
*/
static unsigned int tabspaces = 8;