bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#62994: [PATCH v5] Add support for colored and styled underlines on t


From: Jim Porter
Subject: bug#62994: [PATCH v5] Add support for colored and styled underlines on tty frames
Date: Wed, 14 Feb 2024 11:40:34 -0800

On 2/11/2024 10:05 AM, mohkale@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).





reply via email to

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