st

simple terminal

git clone https://9o.is/git/st.git

commit 55300dd134d8228c84c42fe67ad5427e77f4bc28
parent f24c24f9f8a3c032192ba7057b54ed57026354d3
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 20 Jul 2016 13:00:43 +0200

Add comment about tabspaces.

st.info needs to be changed too, when tabspaces are changed.

Diffstat:
Mconfig.def.h | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -65,6 +65,15 @@ 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, + */ static unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */