X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=config.def.h;h=85939b94136698ef2b0259b5c8998280bebd71ae;hb=92398305ace36b919f39cb67438c08d1813391ff;hp=2cd740a247dc2a13c1f0ad6301ca4027f28bf6e1;hpb=e26d980eb7b94cf861b993c2e084f58066a45337;p=st.git diff --git a/config.def.h b/config.def.h index 2cd740a..85939b9 100644 --- a/config.def.h +++ b/config.def.h @@ -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