Variable: erc-button-mouse-face

erc-button-mouse-face is a customizable variable defined in erc-button.el.gz.

Value

highlight

Documentation

Face used for mouse highlighting in ERC buffers.

Buttons will be displayed in this face when the mouse cursor is above them.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defcustom erc-button-mouse-face 'highlight
  "Face used for mouse highlighting in ERC buffers.

Buttons will be displayed in this face when the mouse cursor is
above them."
  :type 'face
  :group 'erc-faces)