[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] [PATCH] allow prompt to be colored separately from titl
From: |
David Ramsey |
Subject: |
Re: [Nano-devel] [PATCH] allow prompt to be colored separately from titlebar |
Date: |
Tue, 27 Feb 2018 15:18:29 -0600 |
Brand Huntsman:
> This patch adds a 'promptcolor' to set the prompt to something other
> than 'titlecolor'. And makes the following possible:
>
> set titlecolor bold,underline
> set promptcolor bold,reverse
>
> An underline titlebar looks really nice, but having the prompt also be
> underline is a deal breaker, at least for me.
I'd use this option.
Aside from that, the fact that titlecolor currently colors both the
title bar and the prompt bar is an issue, if a minor one.
> Would anyone be interested in a 'yesnocolor' for the yesno prompt? It
> would be to promptcolor as errorcolor is to statuscolor.
I don't quite understand the comparison to errorcolor here, as a
yes/no/all prompt isn't an error per se. Or did you mean in the sense
that it should stand out more relative to promptcolor?