emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/tty-colors.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/term/tty-colors.el
Date: Mon, 14 Jan 2002 08:50:07 -0500

Index: emacs/lisp/term/tty-colors.el
diff -c emacs/lisp/term/tty-colors.el:1.8 emacs/lisp/term/tty-colors.el:1.9
*** emacs/lisp/term/tty-colors.el:1.8   Sun Jul 15 12:15:35 2001
--- emacs/lisp/term/tty-colors.el       Mon Jan 14 08:50:06 2002
***************
*** 751,756 ****
--- 751,767 ----
      ("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.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]