/[emacs]/emacs/lisp/term/tty-colors.el
ViewVC logotype

Diff of /emacs/lisp/term/tty-colors.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by pj, Sun Jul 15 16:15:35 2001 UTC revision 1.9 by eliz, Mon Jan 14 13:50:06 2002 UTC
# Line 751  Line 751 
751      ("black"    0     0     0     0))      ("black"    0     0     0     0))
752    "An alist of 8 standard tty colors, their indices and RGB values.")    "An alist of 8 standard tty colors, their indices and RGB values.")
753    
754    ;; This is used by term.c
755    (defvar tty-color-mode-alist
756      '((never . -1)
757        (no . -1)
758        (default . 0)
759        (auto . 0)
760        (ansi8 . 8)
761        (always . 8)
762        (yes . 8))
763      "An alist of supported standard tty color modes and their aliases.")
764    
765  (defvar tty-defined-color-alist nil  (defvar tty-defined-color-alist nil
766    "An alist of defined terminal colors and their RGB values.    "An alist of defined terminal colors and their RGB values.
767    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26