X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/f7b80caebe2b96ef65e301634d8dc4e02325e357..a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de:/st.c 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 */