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/rxvt.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/term/rxvt.el
Date: Sat, 24 Sep 2005 21:49:15 -0400

Index: emacs/lisp/term/rxvt.el
diff -c emacs/lisp/term/rxvt.el:1.14 emacs/lisp/term/rxvt.el:1.15
*** emacs/lisp/term/rxvt.el:1.14        Sat Sep 24 23:20:45 2005
--- emacs/lisp/term/rxvt.el     Sun Sep 25 01:49:13 2005
***************
*** 240,246 ****
                            (list color color color))
          (setq ncolors (1- ncolors))))
         
!        ((and (> ncolors 0) (= ncolors 72)) ; rxvt-unicode
        ;; 64 non-gray colors
        (let ((levels '(0 139 205 255))
              (r 0) (g 0) (b 0))
--- 240,246 ----
                            (list color color color))
          (setq ncolors (1- ncolors))))
         
!        ((= ncolors 72) ; rxvt-unicode
        ;; 64 non-gray colors
        (let ((levels '(0 139 205 255))
              (r 0) (g 0) (b 0))




reply via email to

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