emacs-devel
[Top][All Lists]
Advanced

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

Re: [patch] mode-line faces on 256-color terminals


From: Eli Zaretskii
Subject: Re: [patch] mode-line faces on 256-color terminals
Date: Thu, 23 Dec 2004 06:40:54 +0200

> From: Dan Nicolaescu <address@hidden>
> Date: Wed, 22 Dec 2004 15:08:50 -0800
> 
> The mode-line* faces were somehow missed when converting the face
> definitions in faces.el to use min-colors, so that they work on
> terminals that support 88 (or 256) colors.
> 
> This patch fixes the above issue. Is it OK? 

It's okay, provided that you checked that this:

>   (defface mode-line
> !   '((((class color) (min-colors 88))
>        :box (:line-width -1 :style released-button)
>        :background "grey75" :foreground "black")

doesn't cause any trouble on a tty because of the :box and
released-button features it uses.




reply via email to

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