Variable: idlwave-shell-stop-line-face
idlwave-shell-stop-line-face is a customizable variable defined in
idlw-shell.el.gz.
Value
highlight
Documentation
The face for idlwave-shell-stop-line-overlay.
Allows you to choose the font, color and other properties for
line where IDL is stopped. See also idlwave-shell-mark-stop-line.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defcustom idlwave-shell-stop-line-face 'highlight
"The face for `idlwave-shell-stop-line-overlay'.
Allows you to choose the font, color and other properties for
line where IDL is stopped. See also `idlwave-shell-mark-stop-line'."
:group 'idlwave-shell-highlighting-and-faces
:type 'symbol)