Add TUI border colors
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 9b5297ed112a68ed716042e616bc03ddc9d3c49a..198862a55ec81fddd8644efdd4523e3a8732e37c 100644 (file)
@@ -25449,6 +25449,17 @@ the user attention to some specific parts of their output.  For example,
 the command @command{apropos -v REGEXP} uses the highlight style to
 mark the documentation parts matching @var{regexp}.
 
+@item tui-border
+Control the styling of the TUI border.  Note that, unlike other
+styling options, only the color of the border can be controlled via
+@code{set style}.  This was done for compatibility reasons, as TUI
+controls to set the border's intensity predated the addition of
+general styling to @value{GDBN}.  @xref{TUI Configuration}.
+
+@item tui-active-border
+Control the styling of the active TUI border; that is, the TUI window
+that has the focus.
+
 @end table
 
 @node Numbers
@@ -28027,6 +28038,9 @@ much space as is needed for the line numbers in the current file, and
 only a single space to separate the line numbers from the source.
 @end table
 
+Note that the colors of the TUI borders can be controlled using the
+appropriate @code{set style} commands.  @xref{Output Styling}.
+
 @node Emacs
 @chapter Using @value{GDBN} under @sc{gnu} Emacs
 
This page took 0.035557 seconds and 4 git commands to generate.