Files
jca 7223eb8917 Add hints regarding colors etc used by default in recent GDB releases
so that we can just answer "check the readme" when asked about it. :)
2026-02-26 17:41:19 +00:00
..

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

Colors and emoji characters
===========================

A common question with recent GDB releases is how to disable the use of
colors and emoji.  To disable both, set

  set style enabled off

in your ~/.gdbinit or export NO_COLOR=1 in your environment (may also
affect other software).  See "Output Styling" in the info file for
more fine-grained settings.