Variable: idlwave-shell-breakpoint-face
idlwave-shell-breakpoint-face is a customizable variable defined in
idlw-shell.el.gz.
Value
idlwave-shell-bp
Documentation
The face for breakpoint lines in the source code.
Allows you to choose the font, color and other properties for
lines which have a breakpoint. See also idlwave-shell-mark-breakpoints.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defcustom idlwave-shell-breakpoint-face 'idlwave-shell-bp
"The face for breakpoint lines in the source code.
Allows you to choose the font, color and other properties for
lines which have a breakpoint. See also `idlwave-shell-mark-breakpoints'."
:group 'idlwave-shell-highlighting-and-faces
:type 'symbol)