st

simple terminal

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

commit c2f254ca5c8a424557d37813855d429ef6c4bb0a
parent 04b249913b3b9edcf63a85153e07759c6a75c04f
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon,  5 Oct 2015 23:05:38 +0200

Make the cursor shapes more descriptive.

»IBeam« is now »Bar« because it's named like that in the source code.

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

diff --git a/config.def.h b/config.def.h @@ -108,10 +108,10 @@ static unsigned int defaultrcs = 257; /* * Default shape of cursor - * 2: Block - * 4: Underline - * 6: IBeam - * 7: Snowman + * 2: Block ("█") + * 4: Underline ("_") + * 6: Bar ("|") + * 7: Snowman ("☃") */ static unsigned int cursorshape = 2;