Variable: mouse-avoidance-threshold
mouse-avoidance-threshold is a customizable variable defined in
avoid.el.gz.
Value
5
Documentation
Mouse-pointer's flight distance.
If the cursor gets closer than this, the mouse pointer will move away.
Only applies in Mouse Avoidance modes animate and jump.
Source Code
;; Defined in /usr/src/emacs/lisp/avoid.el.gz
(defcustom mouse-avoidance-threshold 5
"Mouse-pointer's flight distance.
If the cursor gets closer than this, the mouse pointer will move away.
Only applies in Mouse Avoidance modes `animate' and `jump'."
:type 'integer)