public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tui/25956] New: Hardcoded colors remain
@ 2020-05-09 10:22 jengelh at inai dot de
  2020-06-06 15:01 ` [Bug tui/25956] " tromey at sourceware dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jengelh at inai dot de @ 2020-05-09 10:22 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=25956

            Bug ID: 25956
           Summary: Hardcoded colors remain
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: jengelh at inai dot de
  Target Milestone: ---

Some colors are still hardcoded. One place I find is gdb-8.3.1/gdb/top.c:1284.

  ui_file_style style;
  if (interactive)
    {
      ui_file_style nstyle = { ui_file_style::MAGENTA, ui_file_style::NONE,
                               ui_file_style::BOLD };
      style = nstyle;
    }
  fprintf_styled (stream, style, "GNU gdb %s%s\n", PKGVERSION, version);

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2021-04-15 20:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 10:22 [Bug tui/25956] New: Hardcoded colors remain jengelh at inai dot de
2020-06-06 15:01 ` [Bug tui/25956] " tromey at sourceware dot org
2020-08-09 18:55 ` [Bug cli/25956] " tromey at sourceware dot org
2021-01-22 19:09 ` cvs-commit at gcc dot gnu.org
2021-04-15  9:34 ` cvs-commit at gcc dot gnu.org
2021-04-15 20:11 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).