nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH 2/3] display: use a different color when showing


From: Brand Huntsman
Subject: Re: [Nano-devel] [PATCH 2/3] display: use a different color when showing a linting message
Date: Sun, 21 Oct 2018 16:13:59 -0600

On Sun, 21 Oct 2018 20:52:17 +0200
Benno Schulenberg <address@hidden> wrote:

> @@ -3294,7 +3294,7 @@ void do_linter(void)
>                       else {
>                               statusbar(_("At first message"));
>                               napms(600);
> -                             statusbar(curlint->msg);
> +                             statusline(NOTICE, curlint->msg);
>                       }
>               } else if (func == do_page_down || func ==
> do_next_block) { if (curlint->next != NULL)
> @@ -3302,7 +3302,7 @@ void do_linter(void)
>                       else {
>                               statusbar(_("At last message"));
>                               napms(600);
> -                             statusbar(curlint->msg);
> +                             statusline(NOTICE, curlint->msg);

Do you plan on changing all statusbar messages in nano to NOTICE? Those two are 
normal status messages, no different from other status messages in nano. Why 
not just rename NOTICE to LINTER since you are applying it to every linter 
message?




reply via email to

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