X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=config.def.h;h=b41747f0d5bc647402ac5bb99ae888b19f4bc381;hb=308bfbf6be46ac5f0aa77b0e42a242eeb3ae1443;hp=0070635af8f536c10a74bb6a611940adb65a5a76;hpb=235b438e689e1fab677ee7e6ee53491867c16b9d;p=st.git diff --git a/config.def.h b/config.def.h index 0070635..b41747f 100644 --- a/config.def.h +++ b/config.def.h @@ -65,6 +65,21 @@ 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, + * + * 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; /* Terminal colors (16 first used in escape sequence) */