diff options
| -rw-r--r-- | config.def.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index d2c547c..e2bbe43 100644 --- a/config.def.h +++ b/config.def.h @@ -73,6 +73,12 @@ static char termname[] = "st-256color";   * 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;  | 
