all repos — st @ a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de

st (suckless terminal) config

Make the cursor shapes more descriptive.

»IBeam« is now »Bar« because it's named like that in the source code.
Christoph Lohmann 20h@r-36.net
commit

a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de

parent

52d0e82df723297438339822f2398f83470fbcd4

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M config.def.hconfig.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;