/[emacs]/emacs/lisp/term/pc-win.el
ViewVC logotype

Diff of /emacs/lisp/term/pc-win.el

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

revision 1.32 by eliz, Fri Oct 26 21:27:19 2001 UTC revision 1.33 by eliz, Fri Jan 25 13:13:02 2002 UTC
# Line 43  Line 43 
43  ;;; color is ``light''; see `frame-set-background-mode' in lisp/faces.el for  ;;; color is ``light''; see `frame-set-background-mode' in lisp/faces.el for
44  ;;; an example.  ;;; an example.
45  (defvar msdos-color-values  (defvar msdos-color-values
46    '(("white"         15 65535 65535 65535)    '(("black"          0     0     0     0)
     ("yellow"        14 65535 65535     0) ; Yellow  
     ("lightmagenta"  13 65535     0 65535) ; Magenta  
     ("lightred"      12 65535     0     0) ; Red  
     ("lightcyan"     11     0 65535 65535) ; Cyan  
     ("lightgreen"    10     0 65535     0) ; Green  
     ("lightblue"      9     0     0 65535) ; Blue  
     ("darkgray"       8 26112 26112 26112) ; Gray40  
     ("lightgray"      7 48640 48640 48640) ; Gray  
     ("brown"          6 40960 20992 11520) ; Sienna  
     ("magenta"        5 35584     0 35584) ; DarkMagenta  
     ("red"            4 45568  8704  8704) ; FireBrick  
     ("cyan"           3     0 52736 53504) ; DarkTurquoise  
     ("green"          2  8704 35584  8704) ; ForestGreen  
47      ("blue"           1     0     0 52480) ; MediumBlue      ("blue"           1     0     0 52480) ; MediumBlue
48      ("black"          0     0     0     0))      ("green"          2  8704 35584  8704) ; ForestGreen
49        ("cyan"           3     0 52736 53504) ; DarkTurquoise
50        ("red"            4 45568  8704  8704) ; FireBrick
51        ("magenta"        5 35584     0 35584) ; DarkMagenta
52        ("brown"          6 40960 20992 11520) ; Sienna
53        ("lightgray"      7 48640 48640 48640) ; Gray
54        ("darkgray"       8 26112 26112 26112) ; Gray40
55        ("lightblue"      9     0     0 65535) ; Blue
56        ("lightgreen"    10     0 65535     0) ; Green
57        ("lightcyan"     11     0 65535 65535) ; Cyan
58        ("lightred"      12 65535     0     0) ; Red
59        ("lightmagenta"  13 65535     0 65535) ; Magenta
60        ("yellow"        14 65535 65535     0) ; Yellow
61        ("white"         15 65535 65535 65535))
62    "A list of MS-DOS console colors, their indices and 16-bit RGB values.")    "A list of MS-DOS console colors, their indices and 16-bit RGB values.")
63    
64  ;; ---------------------------------------------------------------------------  ;; ---------------------------------------------------------------------------

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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