From 9da8545ad8d70da3341522247b481a2b51094acc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 14 Jan 2002 13:50:06 +0000 Subject: [PATCH] (tty-color-mode-alist): New variable. --- lisp/term/tty-colors.el | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. -- 2.39.5