Function: hmouse-pulse-line
hmouse-pulse-line is a byte-compiled function defined in
hui-window.el.
Signature
(hmouse-pulse-line)
Documentation
When hmouse-pulse-flag is non-nil, display can pulse, pulse the line.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-pulse-line ()
"When `hmouse-pulse-flag' is non-nil, display can pulse, pulse the line."
(when (and hmouse-pulse-flag (featurep 'pulse) pulse-flag (pulse-available-p))
(let ((pulse-iterations hmouse-pulse-iterations))
(recenter)
(pulse-momentary-highlight-one-line (point) 'next-error))))