nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH] small addition: understand color name "normal"


From: Brand Huntsman
Subject: Re: [Nano-devel] [PATCH] small addition: understand color name "normal" to mean the default color
Date: Thu, 29 Mar 2018 03:23:45 -0600

On Tue, 27 Mar 2018 13:55:38 +0200
Benno Schulenberg <address@hidden> wrote:

> This allows a syntax to remove the color from things that were painted
> by earlier regexes.
> +     if (*bg == -2)
> +             *bg = -1;
> +

Why is this conditional at the bottom where it will always execute instead of 
immediately after the call to color_to_short that sets bg to -2?




reply via email to

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