]> Sergey Matveev's repositories - st.git/blobdiff - config.def.h
Cursor blinking
[st.git] / config.def.h
index 91ab8cab2c709e9f235c0892d4c48c83f2bdc5dc..8d49106cc7267a076eb797afd82ef18ea64e13aa 100644 (file)
@@ -60,7 +60,7 @@ static double maxlatency = 33;
  * blinking timeout (set to 0 to disable blinking) for the terminal blinking
  * attribute.
  */
-static unsigned int blinktimeout = 800;
+static unsigned int blinktimeout = 250;
 
 /*
  * thickness of underline and bar cursors
@@ -136,12 +136,17 @@ static unsigned int defaultrcs = 257;
 
 /*
  * Default shape of cursor
+ * 0: Blinking block
+ * 1: Blinking block (default)
  * 2: Block ("█")
+ * 3: Blinking underline
  * 4: Underline ("_")
+ * 5: Blinking bar
  * 6: Bar ("|")
+ * 7: Blinking st cursor
  * 7: Snowman ("☃")
  */
-static unsigned int cursorshape = 2;
+static unsigned int cursorshape = 1;
 
 /*
  * Default columns and rows numbers