[hackers] [st] Make the cursor shapes more descriptive. || Christoph Lohmann
commit a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Mon Oct 5 23:05:38 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Mon Oct 5 23:05:38 2015 +0200
Make the cursor shapes more descriptive.
»IBeam« is now »Bar« because it's named like that in the source code.
diff --git a/config.def.h b/config.def.h
index 89732b4..860ce3d 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -108,10 +108,10 @@ static unsigned int defaultrcs = 257;
/*
* Default shape of cursor
- * 2: Block
- * 4: Underline
- * 6: IBeam
- * 7: Snowman
+ * 2: Block ("█")
+ * 4: Underline ("_")
+ * 6: Bar ("|")
+ * 7: Snowman ("☃")
*/
static unsigned int cursorshape = 2;
Received on Mon Oct 05 2015 - 23:07:07 CEST
This archive was generated by hypermail 2.3.0
: Mon Oct 05 2015 - 23:12:10 CEST