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