# HG changeset patch # User Eli Zaretskii # Date 1011016206 0 # Node ID 5c684d6701875c3014ed99f1eafccfcf5b430e49 # Parent 00370dd7111e94fd803133b07f6c339d8f15e27a (tty-color-mode-alist): New variable. diff -r 00370dd7111e -r 5c684d670187 lisp/term/tty-colors.el --- a/lisp/term/tty-colors.el Mon Jan 14 13:49:32 2002 +0000 +++ b/lisp/term/tty-colors.el Mon Jan 14 13:50:06 2002 +0000 @@ -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.