all repos — st @ 52d0e82df723297438339822f2398f83470fbcd4

st (suckless terminal) config

Snowman is everywhere.
Christoph Lohmann 20h@r-36.net
commit

52d0e82df723297438339822f2398f83470fbcd4

parent

78b04865fb5c8cb841e646058f9a24e7ec9094d2

2 files changed, 3 insertions(+), 0 deletions(-)

jump to
M config.def.hconfig.def.h

@@ -111,6 +111,7 @@ * Default shape of cursor

* 2: Block * 4: Underline * 6: IBeam + * 7: Snowman */ static unsigned int cursorshape = 2;
M st.cst.c

@@ -3863,6 +3863,8 @@

/* draw the new one */ if (xw.state & WIN_FOCUSED) { switch (xw.cursor) { + case 7: /* st extension: snowman */ + utf8decode("☃", &g.u, UTF_SIZ); case 0: /* Blinking Block */ case 1: /* Blinking Block (Default) */ case 2: /* Steady Block */