GNU bug report logs -
#62994
Support styled underlines on TTY frames
Previous Next
Full log
View this message in rfc822 format
Jim Porter <jporterbugs <at> gmail.com> writes:
> On 2/11/2024 10:05 AM, mohkale <at> kisara.moe wrote:
>> @@ -7229,6 +7343,9 @@ syms_of_xfaces (void)
>> DEFSYM (QCposition, ":position");
>> DEFSYM (Qline, "line");
>> DEFSYM (Qwave, "wave");
>> + DEFSYM (Qdouble, "double");
>> + DEFSYM (Qdotted, "dotted");
>> + DEFSYM (Qdashed, "dashed");
>> DEFSYM (Qreleased_button, "released-button");
>> DEFSYM (Qpressed_button, "pressed-button");
>> DEFSYM (Qflat_button, "flat-button");
>
> This is very minor, but for consistency with the existing styles ("line"
> and "wave"), maybe we should use a noun form for the new styles. For
> example "dots", "dashes", and maybe "double-line"? That would hopefully
> be easier for programmers to remember, and leaves the door open for some
> other kind of doubled underline in the future too (e.g. a double wave).
The current names were just what kitty decided to call the related
underline styles [1] but no reason to stick to that. I'll update as
suggested. Just to clarify wave will stay wave (instead of wavy) but the
remaining will be converted to nouns.
[1]: https://sw.kovidgoyal.net/kitty/underlines/
--
Mohsin Kaleem
This bug report was last modified 1 year and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.