Variable: ansi-color-apply-face-function
ansi-color-apply-face-function is a variable defined in
ansi-color.el.gz.
Value
ansi-color-apply-overlay-face
Documentation
Function for applying an Ansi Color face to text in a buffer.
This function should accept three arguments: BEG, END, and FACE, and it should apply face FACE to the text between BEG and END.
Source Code
;; Defined in /usr/src/emacs/lisp/ansi-color.el.gz
(defvar ansi-color-apply-face-function #'ansi-color-apply-overlay-face
"Function for applying an Ansi Color face to text in a buffer.
This function should accept three arguments: BEG, END, and FACE,
and it should apply face FACE to the text between BEG and END.")