Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <pedro@palves.net>
To: Eli Zaretskii <eliz@gnu.org>, Tom Tromey <tromey@adacore.com>
Cc: aburgess@redhat.com, gdb-patches@sourceware.org
Subject: Re: [PATCH 2/2] Allow check-mark to be changed for CLI
Date: Wed, 25 Jun 2025 20:11:07 +0100	[thread overview]
Message-ID: <d66dca13-b5af-4ed6-a4d2-743c5b03e4df@palves.net> (raw)
In-Reply-To: <86ikm0y1hi.fsf@gnu.org>

Hi,

On 2025-05-16 17:16, Eli Zaretskii wrote:
>> From: Tom Tromey <tromey@adacore.com>
>> Cc: Tom Tromey <tromey@adacore.com>,  gdb-patches@sourceware.org
>> Date: Fri, 16 May 2025 08:20:03 -0600
>>
>>>>>>> "Andrew" == Andrew Burgess <aburgess@redhat.com> writes:
>>
>> Andrew> Tom Tromey <tromey@adacore.com> writes:
>>>> In keeping with the emojification of gdb, this patch changes the
>>>> default "current" marker to be a check-mark.  It adds a knob to allow
>>>> the character to be changed, and, as always, reverts to the old output
>>>> when emojis are disabled.
>>
>> Andrew> I haven't tested this patch just yet (short of time), but I wonder if I
>> Andrew> set the check-mark character to a multi-character string, does that
>> Andrew> corrupt the output?  I'm guessing so as I don't think table columns
>> Andrew> auto-adjust.
>>
>> Andrew> So my real question: at a minimum, should the docs mention that the
>> Andrew> STRING should only be a single character.  And better yet, can we check
>> Andrew> that the string is only a single character in width somewhere?
>>
>> Yeah, I will update the docs in v2.
>>
>> I don't think there's any way to figure out what the display width of a
>> string might be.  At least, not unless gdb adds a dependency on
>> something like libicu.
> 
> I don't think even libicu will be enough, because the terminal
> emulators vary in this respect.
> 
> There's some recent protocol to help with this, but I don't think it's
> supported widely enough for GDB to rely on it.

I'm curious on what protocol is this, and what it addresses.

If we assume monospace font in the terminal, what goes wrong?

I mean, if someone uses a non-monospace font, then everything will be unaligned anyhow.

Is there a downside to using the number of columns wcwidth says the character occupies,
and default to 1 if wcwidth returns -1?


  reply	other threads:[~2025-06-25 19:11 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-09 20:18 [PATCH 0/2] Use check-mark for current row of CLI table Tom Tromey
2025-05-09 20:18 ` [PATCH 1/2] Introduce ui_out::field_check_mark Tom Tromey
2025-05-14  2:10   ` Kevin Buettner
2025-05-09 20:18 ` [PATCH 2/2] Allow check-mark to be changed for CLI Tom Tromey
2025-05-10  6:23   ` Eli Zaretskii
2025-05-10  6:32   ` Eli Zaretskii
2025-05-16 14:18     ` Tom Tromey
2025-05-16 16:09       ` Eli Zaretskii
2025-05-23 15:00         ` Kévin Le Gouguec
2025-05-23 15:42           ` Eli Zaretskii
2025-06-11 13:53           ` Tom Tromey
2025-05-14 15:41   ` Andrew Burgess
2025-05-16 14:20     ` Tom Tromey
2025-05-16 16:16       ` Eli Zaretskii
2025-06-25 19:11         ` Pedro Alves [this message]
2025-06-26  5:51           ` Eli Zaretskii
2025-06-26 10:35             ` Pedro Alves
2025-06-26 12:32               ` Eli Zaretskii
2025-06-30 23:51                 ` Pedro Alves
2025-06-30 23:58                   ` Pedro Alves
2025-05-19 12:54       ` Andrew Burgess
2025-06-20 16:22   ` Pedro Alves
2025-06-24 16:58     ` Tom Tromey
2025-06-25 10:05       ` Pedro Alves
2025-06-25 15:43         ` Tom Tromey
2025-06-25 17:21           ` Pedro Alves
2025-06-27 16:17             ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d66dca13-b5af-4ed6-a4d2-743c5b03e4df@palves.net \
    --to=pedro@palves.net \
    --cc=aburgess@redhat.com \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@adacore.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox