Variable: hmouse-pulse-flag
hmouse-pulse-flag is a customizable variable defined in hui-window.el.
Value
t
Documentation
Non-nil means pulse visually if supported.
When display supports visual pulsing, then pulse lines and buffers when an Action Key drag is used to place a buffer, file or button referent in a window.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defcustom hmouse-pulse-flag t
"Non-nil means pulse visually if supported.
When display supports visual pulsing, then pulse lines and
buffers when an Action Key drag is used to place a buffer, file
or button referent in a window."
:type 'boolean
:group 'hyperbole-keys)