Mercurial > emacs
changeset 42746:5c684d670187
(tty-color-mode-alist): New variable.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 14 Jan 2002 13:50:06 +0000 |
parents | 00370dd7111e |
children | d1ee13da6bff |
files | lisp/term/tty-colors.el |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.