[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano i
From: |
Benno Schulenberg |
Subject: |
Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode |
Date: |
Sun, 21 Oct 2018 17:04:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
Op 18-10-18 om 09:29 schreef Brand Huntsman:
> On Wed, 17 Oct 2018 20:36:27 +0200 Benno Schulenberg <address@hidden>
> wrote:
>> + prefix = _("Linting --");
>
> I love double hyphens and use them all the time to clearly separate text, but
> I think "Linting:" looks better in the titlebar.
I read a colon as "is". For example, "DIR: src/" means to me "the dir is src/".
So "Linting: src/proto.h" does not work for me. (That's also the reason why for
switching buffers I chose a double hyphen.) "Linting in:" could still be an
option, but as I like contrast, I want as much difference from the other title
bars as possible.
> And the double hyphen is a bit tacky. Also, a longer prefix has a greater
> chance of not being displayed if the filename is too long.
Two extra characters; not worth taking into account.
>> + colorpair = interface_color_pair[SELECTED_TEXT];
>
> The linter should use something other than the statusbar color. Should
> selected color be overloaded to also be linter message color?
Yes, that is fine. It limits the user's choices, but heck, it's not
worth adding another color option.
Benno
signature.asc
Description: OpenPGP digital signature
- [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode, Benno Schulenberg, 2018/10/17
- [Nano-devel] [PATCH 2/2] display: use a different color when showing a linting message, Benno Schulenberg, 2018/10/17
- Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode, Brand Huntsman, 2018/10/18
- Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode,
Benno Schulenberg <=
- Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode, Brand Huntsman, 2018/10/21
- Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode, Benno Schulenberg, 2018/10/22
- Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode, Brand Huntsman, 2018/10/22
- Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode, Benno Schulenberg, 2018/10/23
- Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode, Brand Huntsman, 2018/10/23
Re: [Nano-devel] [PATCH 1/2] display: let the title bar show when nano is in linting mode, Marco Diego Aurélio Mesquita, 2018/10/18