Variable: ediff-grab-mouse

ediff-grab-mouse is a customizable variable defined in ediff-wind.el.gz.

Value

t

Documentation

If t, Ediff will always grab the mouse and put it in the control frame.

If maybe, Ediff will do it sometimes, but not after operations that require relatively long time. If nil, the mouse will be entirely user's responsibility.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-wind.el.gz
(defcustom ediff-grab-mouse t
  "If t, Ediff will always grab the mouse and put it in the control frame.
If `maybe', Ediff will do it sometimes, but not after operations that require
relatively long time.  If nil, the mouse will be entirely user's
responsibility."
  :type 'boolean)