[hackers] [st] Snowman is everywhere. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Mon, 5 Oct 2015 22:59:47 +0200 (CEST)

commit 52d0e82df723297438339822f2398f83470fbcd4
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Mon Oct 5 22:59:04 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Mon Oct 5 22:59:04 2015 +0200

    Snowman is everywhere.

diff --git a/config.def.h b/config.def.h
index 342c9d4..89732b4 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -111,6 +111,7 @@ static unsigned int defaultrcs = 257;
  * 2: Block
  * 4: Underline
  * 6: IBeam
+ * 7: Snowman
  */
 static unsigned int cursorshape = 2;
 
diff --git a/st.c b/st.c
index 782d18e..4ead319 100644
--- a/st.c
+++ b/st.c
_AT_@ -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 */
Received on Mon Oct 05 2015 - 22:59:47 CEST

This archive was generated by hypermail 2.3.0 : Mon Oct 05 2015 - 23:00:14 CEST