gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
537 stars 73 forks source link

Disabling blink timeout does not disable it completely #84

Closed catzybluphish closed 4 years ago

catzybluphish commented 4 years ago

I'll have st.blinktimeout: 0 in .Xresources and it indeed disables immobile blinking but it'll still blink every time when I move to another character. It's the most visible when you continously hold left/h or right/l on the start or end of a line respectively and the cursor will keep blinking at the pace of your input rate. Is there any way to stop it from blinking like that?

actionless commented 4 years ago

does setting cursorblinkontype to 0 makes a difference for you?

https://github.com/gnotclub/xst/blob/master/doc/Xresources#L20

actionless commented 4 years ago

ah, i've just recalled what to turn off the blinking you need to choose an even cursorshape number instead of odd one: https://github.com/gnotclub/xst/blob/master/doc/Xresources#L13-L14