]> git.armaanb.net Git - st.git/blobdiff - config.def.h
Avoid recursive call to ttywrite from ttyread
[st.git] / config.def.h
index 89732b4ee30b3f473eb64dcff453800e00393ac0..fd09d72b7cde7e477b66a08ce0a40175ff72f288 100644 (file)
@@ -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;
 
@@ -134,7 +134,7 @@ static unsigned int defaultunderline = 7;
  * Internal mouse shortcuts.
  * Beware that overloading Button1 will disable the selection.
  */
-static Mousekey mshortcuts[] = {
+static MouseShortcut mshortcuts[] = {
        /* button               mask            string */
        { Button4,              XK_ANY_MOD,     "\031" },
        { Button5,              XK_ANY_MOD,     "\005" },