How to control the cursor blinking

By default the cursor in text editors blinks.

You can control the delay when it starts blinking:

BrCursorElement blinkDelay: 0.5 seconds
  

And you can control the blinking interval:

BrCursorElement blinkInterval: 0.5 seconds
  

You can also disable the blinking altogether:

BrCursorElement shouldBlink: false