diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3863,6 +3863,8 @@ xdrawcursor(void) | |||
3863 | /* draw the new one */ | 3863 | /* draw the new one */ |
3864 | if (xw.state & WIN_FOCUSED) { | 3864 | if (xw.state & WIN_FOCUSED) { |
3865 | switch (xw.cursor) { | 3865 | switch (xw.cursor) { |
3866 | case 7: /* st extension: snowman */ | ||
3867 | utf8decode("☃", &g.u, UTF_SIZ); | ||
3866 | case 0: /* Blinking Block */ | 3868 | case 0: /* Blinking Block */ |
3867 | case 1: /* Blinking Block (Default) */ | 3869 | case 1: /* Blinking Block (Default) */ |
3868 | case 2: /* Steady Block */ | 3870 | case 2: /* Steady Block */ |