91861 / wayst

A simple terminal emulator
MIT License
293 stars 9 forks source link

How to turn cursor blink off again? #109

Closed cwegener closed 11 months ago

cwegener commented 11 months ago

I just recompiled my wayst binary from the latest master branch and now the cursor won't stop blinking.

I have tried:

cursor-style = block:false
cursor-anim = false:false
blink=false

But the cursor keeps blinking ... :/

The cursor blinking started happening since this commit and I can't find a way to turn it off ... cd83ea5

cwegener commented 11 months ago

Thanks! blink=false is now working again as expected.