emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/w32-fns.el


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/w32-fns.el
Date: Sat, 23 Feb 2002 20:02:30 -0500

Index: emacs/lisp/w32-fns.el
diff -c emacs/lisp/w32-fns.el:1.48 emacs/lisp/w32-fns.el:1.49
*** emacs/lisp/w32-fns.el:1.48  Sun Jan 20 10:33:07 2002
--- emacs/lisp/w32-fns.el       Fri Jan 25 08:14:16 2002
***************
*** 341,362 ****
  ;; W32 uses different color indexes than standard:
  
  (defvar w32-tty-standard-colors
!   '(("white"         15 65535 65535 65535)
!     ("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
      ("blue"           1     0     0 52480) ; MediumBlue
!     ("black"          0     0     0     0))
  "A list of VGA console colors, their indices and 16-bit RGB values.")
  
  
--- 341,362 ----
  ;; W32 uses different color indexes than standard:
  
  (defvar w32-tty-standard-colors
!   '(("black"          0     0     0     0)
      ("blue"           1     0     0 52480) ; MediumBlue
!     ("green"          2  8704 35584  8704) ; ForestGreen
!     ("cyan"           3     0 52736 53504) ; DarkTurquoise
!     ("red"            4 45568  8704  8704) ; FireBrick
!     ("magenta"        5 35584     0 35584) ; DarkMagenta
!     ("brown"          6 40960 20992 11520) ; Sienna
!     ("lightgray"      7 48640 48640 48640) ; Gray
!     ("darkgray"       8 26112 26112 26112) ; Gray40
!     ("lightblue"      9     0     0 65535) ; Blue
!     ("lightgreen"    10     0 65535     0) ; Green
!     ("lightcyan"     11     0 65535 65535) ; Cyan
!     ("lightred"      12 65535     0     0) ; Red
!     ("lightmagenta"  13 65535     0 65535) ; Magenta
!     ("yellow"        14 65535 65535     0) ; Yellow
!     ("white"         15 65535 65535 65535))
  "A list of VGA console colors, their indices and 16-bit RGB values.")
  
  



reply via email to

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