force-display-focus in editor-canvas%
Enables or disables force-focus mode. In force-focus mode, the caret of the editor displayed in this canvas will always be visible, even when the canvas does not actually have the keyboard focus.
( -> booleansend an-editor-canvas force-display-focus)
Returns #t if force-focus mode is enabled, #f otherwise.
( -> void
send an-editor-canvas force-display-focus on?)
on? : boolean
If on? is #f, the focus is displayed normally, otherwise
the focus display is forced.