nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline a


From: Benno Schulenberg
Subject: Re: [Nano-devel] [PATCH] index/RGB colors and italic/reverse/underline attributes
Date: Mon, 19 Feb 2018 14:07:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Op 15-02-18 om 23:57 schreef Brand Huntsman:
> +             prev_index = index+1;

Always spaces around operators.  (Several other places as well.)

> +             unsigned char g_shades[4] = {0, 68, 176, 255};
> +                     /* black - 13% / 35% / 36% / 16% - white */
> +
> +             unsigned char c_shades[5] = {0, 51, 127, 204, 255};
> +                     /* dark - 10% / 25% / 30% / 25% / 10% - bright */

I don't understand these comments.  How do the percentages relate to the
numbers?

> +static int hex2int(char c)

Each function needs an introductory comment.


Testing...

When I put this in my nanorc (index 23 is a dark cyanish color on my terminal):

  set selectedcolor brightwhite,23

nano responds with:

Error in /home/ben/.nanorc on line 170: A background color cannot be bright

Benno

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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