]> git.eshelyaron.com Git - emacs.git/commitdiff
(tty-color-mode-alist): New variable.
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Jan 2002 13:50:06 +0000 (13:50 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 Jan 2002 13:50:06 +0000 (13:50 +0000)
lisp/term/tty-colors.el

index 0a818a5c7348625da14af325200fa485032a428e..fc21aee222548706780caeec55c056b052ea2c99 100644 (file)
     ("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.