X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/235b438e689e1fab677ee7e6ee53491867c16b9d..023225ef40b23d888353e34d95790ddf1cc79458:/config.def.h 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) */