summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
2251f64)
If you don't make sure that the terminal does not expand tabs to spaces, of
course such a setting won't work.
* you use this st version.
*
* it#$tabspaces,
* you use this st version.
*
* it#$tabspaces,
+ *
+ * Secondly make sure your terminal 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;