From: Eli Zaretskii Date: Mon, 14 Jan 2002 13:50:06 +0000 (+0000) Subject: (tty-color-mode-alist): New variable. X-Git-Tag: ttn-vms-21-2-B4~17145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9da8545ad8d70da3341522247b481a2b51094acc;p=emacs.git (tty-color-mode-alist): New variable. --- diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index 0a818a5c734..fc21aee2225 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el @@ -751,6 +751,17 @@ ("black" 0 0 0 0)) "An alist of 8 standard tty colors, their indices and RGB values.") +;; This is used by term.c +(defvar tty-color-mode-alist + '((never . -1) + (no . -1) + (default . 0) + (auto . 0) + (ansi8 . 8) + (always . 8) + (yes . 8)) + "An alist of supported standard tty color modes and their aliases.") + (defvar tty-defined-color-alist nil "An alist of defined terminal colors and their RGB values.