From 9e69a2e127940cc577d4e0c6eefdfe33a31ea397 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 18 May 2024 11:35:32 -0600 Subject: Introduce "command" styling This adds a new "command" style that is used when styling the name of a gdb command. Note that not every instance of a command name that is output by gdb is changed here. There is currently no way to style error() strings, and there is no way to mark up command help strings. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31747 Reviewed-By: Eli Zaretskii Reviewed-By: Keith Seitz Approved-By: Andrew Burgess --- gdb/NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index 7f0bd7e..49a3bc1 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -119,6 +119,11 @@ set style line-number background COLOR set style line-number intensity VALUE Control the styling of line numbers printed by GDB. +set style command foreground COLOR +set style command background COLOR +set style command intensity VALUE + Control the styling of GDB commands when displayed by GDB. + set warn-language-frame-mismatch [on|off] show warn-language-frame-mismatch Control the warning that is emitted when specifying a language that -- cgit v1.1