X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=4ead319dc0f07cc2dced9a2ba905ed37a22df70b;hb=52d0e82df723297438339822f2398f83470fbcd4;hp=782d18e199cdb97022488887ed85d7b8d39b2996;hpb=78b04865fb5c8cb841e646058f9a24e7ec9094d2;p=st.git diff --git a/st.c b/st.c index 782d18e..4ead319 100644 --- a/st.c +++ b/st.c @@ -3863,6 +3863,8 @@ xdrawcursor(void) /* 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 */