Function: term-handle-colors-array
term-handle-colors-array is a byte-compiled function defined in
term.el.gz.
This function is obsolete since 29.1; use term--handle-colors-list
instead.
Signature
(term-handle-colors-array PARAMETER)
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
;; New function to deal with ansi colorized output, as you can see you can
;; have any bold/underline/fg/bg/reverse combination. -mm
(defun term-handle-colors-array (parameter)
(declare (obsolete term--handle-colors-list "29.1"))
(term--handle-colors-list (list parameter)))