Sets the default cursor blinking rate for editor panes.
capi
set-default-editor-pane-blink-rate blink-rate
blink-rate⇩ |
A non-negative real number, or nil . |
The function set-default-editor-pane-blink-rate
sets the default to use for the editor pane cursor blinking rate. This default value is used when editor-pane-blink-rate returns nil
.
Initially the setting is if this call has been made:
(set-default-editor-pane-blink-rate nil)
This means that the native blink rate will be used.
The argument blink-rate is interpreted as a blinking rate as described in editor-pane-blink-rate.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42