This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 0/8] add terminal styling to gdb


>>>>> "Konst" == Konst Mayer <cdlscpmv@gmail.com> writes:

Konst> I have been very pleased to see that gdb supports colors now. Here
Konst> is some feedback:

Konst> - I propose to rename the 'intensity' setting to 'attributes' which
Konst>   among the intensity settings would support additional properties
Konst>   like underline, reverse, italic (other properties can be added in the
Konst>   future without contradicting the option name).

My intent was to go with something like "set style mumble underline on"
-- that is, let each attribute be specified individually.  The main
advantage of this is that completion comes automatically.

I don't care a whole lot about the spelling, though, and it would be
fine if someone wanted to implement it some other way; the existing
command could be deprecated but kept around.

Konst> - Support accepting numbers (in the range 0..255) in addition to names
Konst>   when setting foreground/background color.

Supporting 24-bit color, I guess via hex(?), would also be nice.
I'm not sure if I will get around to this or not, but I welcome patches.

Feel free to file bugs for things like this.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]