3 <title>Debugging with GDB
</title>
4 <meta http-equiv=
"Content-Type" content=
"text/html">
5 <meta name=
"description" content=
"Debugging with GDB">
6 <meta name=
"generator" content=
"makeinfo 4.3">
7 <link href=
"http://www.gnu.org/software/texinfo/" rel=
"generator-home">
12 Node:
<a name=
"TUI%20Configuration">TUI Configuration
</a>,
13 Previous:
<a rel=
"previous" accesskey=
"p" href=
"TUI-Commands.html#TUI%20Commands">TUI Commands
</a>,
14 Up:
<a rel=
"up" accesskey=
"u" href=
"TUI.html#TUI">TUI
</a>
18 <h3 class=
"section">TUI configuration variables
</h3>
20 <p>The TUI has several configuration variables that control the
21 appearance of windows on the terminal.
24 <dt><code>set tui border-kind
</code><var>kind
</var><code></code>
25 <dd>Select the border appearance for the source, assembly and register windows.
26 The possible values are the following:
28 <dt><code>space
</code>
29 <dd>Use a space character to draw the border.
31 <br><dt><code>ascii
</code>
32 <dd>Use ascii characters + - and | to draw the border.
34 <br><dt><code>acs
</code>
35 <dd>Use the Alternate Character Set to draw the border. The border is
36 drawn using character line graphics if the terminal supports them.
40 <br><dt><code>set tui active-border-mode
</code><var>mode
</var><code></code>
41 <dd>Select the attributes to display the border of the active window.
42 The possible values are
<code>normal
</code>,
<code>standout
</code>,
<code>reverse
</code>,
43 <code>half
</code>,
<code>half-standout
</code>,
<code>bold
</code> and
<code>bold-standout
</code>.
45 <br><dt><code>set tui border-mode
</code><var>mode
</var><code></code>
46 <dd>Select the attributes to display the border of other windows.
47 The
<var>mode
</var> can be one of the following:
49 <dt><code>normal
</code>
50 <dd>Use normal attributes to display the border.
52 <br><dt><code>standout
</code>
53 <dd>Use standout mode.
55 <br><dt><code>reverse
</code>
56 <dd>Use reverse video mode.
58 <br><dt><code>half
</code>
59 <dd>Use half bright mode.
61 <br><dt><code>half-standout
</code>
62 <dd>Use half bright and standout mode.
64 <br><dt><code>bold
</code>
65 <dd>Use extra bright or bold mode.
67 <br><dt><code>bold-standout
</code>
68 <dd>Use extra bright or bold and standout mode.