diff options
| author | Christoph Lohmann <20h@r-36.net> | 2015-10-05 22:59:04 +0200 | 
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2015-10-05 22:59:04 +0200 | 
| commit | 52d0e82df723297438339822f2398f83470fbcd4 (patch) | |
| tree | ab9da707afb43c6af99418d364a8f4cca071ada4 /st.c | |
| parent | 78b04865fb5c8cb841e646058f9a24e7ec9094d2 (diff) | |
Snowman is everywhere.
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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 */  | 
