Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / TUI-Configuration.html
blob7c2d723a97f7940ef12eb552d0b1e28a7cd6f7e6
1 <html lang="en">
2 <head>
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">
8 </head>
9 <body>
10 <div class="node">
11 <p>
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>
15 <hr><br>
16 </div>
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.
23 <dl>
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:
27 <dl>
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.
38 </dl>
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:
48 <dl>
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.
70 </dl>
72 </dl>
74 </body></html>