Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Use check-mark for current row of CLI table
@ 2025-06-11 13:58 Tom Tromey
  2025-06-11 13:58 ` [PATCH v2 1/2] Introduce ui_out::field_check_mark Tom Tromey
  2025-06-11 13:58 ` [PATCH v2 2/2] Allow check-mark to be changed for CLI Tom Tromey
  0 siblings, 2 replies; 10+ messages in thread
From: Tom Tromey @ 2025-06-11 13:58 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey, Kevin Buettner, Eli Zaretskii

This series changes CLI table output to use a check mark or other
string instead of the current "*" when emoji output is enabled.  The
default in this case is now a Unicode check mark symbol.

Regression tested on x86-64 Fedora 41.

Signed-off-by: Tom Tromey <tromey@adacore.com>
---
Changes in v2:
- Addressed review comments
- Changed default to heavy check mark with emoji presentation
- Link to v1: https://inbox.sourceware.org/gdb-patches/20250509-emoji-check-mark-v1-0-63b6c52411f3@adacore.com

---
Tom Tromey (2):
      Introduce ui_out::field_check_mark
      Allow check-mark to be changed for CLI

 gdb/NEWS                         |  6 ++++++
 gdb/ada-tasks.c                  |  5 +----
 gdb/cli-out.c                    |  8 ++++++++
 gdb/cli-out.h                    |  2 ++
 gdb/cli/cli-style.c              | 31 +++++++++++++++++++++++++++++++
 gdb/cli/cli-style.h              |  3 +++
 gdb/doc/gdb.texinfo              | 12 ++++++++++++
 gdb/inferior.c                   |  6 +-----
 gdb/linux-fork.c                 |  5 +----
 gdb/progspace.c                  |  6 +-----
 gdb/target-connection.c          |  6 ++----
 gdb/testsuite/gdb.base/style.exp |  4 ++++
 gdb/thread.c                     |  6 +-----
 gdb/ui-out.c                     |  9 +++++++++
 gdb/ui-out.h                     | 13 +++++++++++++
 15 files changed, 95 insertions(+), 27 deletions(-)
---
base-commit: e82bc90812c54d32991326cdf3be973a5784a507
change-id: 20250509-emoji-check-mark-36415e813a85

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-06-11 17:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-11 13:58 [PATCH v2 0/2] Use check-mark for current row of CLI table Tom Tromey
2025-06-11 13:58 ` [PATCH v2 1/2] Introduce ui_out::field_check_mark Tom Tromey
2025-06-11 17:39   ` Kevin Buettner
2025-06-11 13:58 ` [PATCH v2 2/2] Allow check-mark to be changed for CLI Tom Tromey
2025-06-11 14:33   ` Simon Marchi
2025-06-11 14:57     ` Simon Marchi
2025-06-11 15:01     ` Eli Zaretskii
2025-06-11 15:18       ` Simon Marchi
2025-06-11 15:40         ` Eli Zaretskii
2025-06-11 17:37     ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox