TUI-Configuration.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-2020 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with the
  7. Invariant Sections being "Free Software" and "Free Software Needs
  8. Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
  9. and with the Back-Cover Texts as in (a) below.
  10. (a) The FSF's Back-Cover Text is: "You are free to copy and modify
  11. this GNU Manual. Buying copies from GNU Press supports the FSF in
  12. developing GNU and promoting software freedom." -->
  13. <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
  14. <head>
  15. <title>Debugging with GDB: TUI Configuration</title>
  16. <meta name="description" content="Debugging with GDB: TUI Configuration">
  17. <meta name="keywords" content="Debugging with GDB: TUI Configuration">
  18. <meta name="resource-type" content="document">
  19. <meta name="distribution" content="global">
  20. <meta name="Generator" content="makeinfo">
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <link href="index.html#Top" rel="start" title="Top">
  23. <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
  24. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  25. <link href="TUI.html#TUI" rel="up" title="TUI">
  26. <link href="Emacs.html#Emacs" rel="next" title="Emacs">
  27. <link href="TUI-Commands.html#TUI-Commands" rel="previous" title="TUI Commands">
  28. <style type="text/css">
  29. <!--
  30. a.summary-letter {text-decoration: none}
  31. blockquote.smallquotation {font-size: smaller}
  32. div.display {margin-left: 3.2em}
  33. div.example {margin-left: 3.2em}
  34. div.indentedblock {margin-left: 3.2em}
  35. div.lisp {margin-left: 3.2em}
  36. div.smalldisplay {margin-left: 3.2em}
  37. div.smallexample {margin-left: 3.2em}
  38. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  39. div.smalllisp {margin-left: 3.2em}
  40. kbd {font-style:oblique}
  41. pre.display {font-family: inherit}
  42. pre.format {font-family: inherit}
  43. pre.menu-comment {font-family: serif}
  44. pre.menu-preformatted {font-family: serif}
  45. pre.smalldisplay {font-family: inherit; font-size: smaller}
  46. pre.smallexample {font-size: smaller}
  47. pre.smallformat {font-family: inherit; font-size: smaller}
  48. pre.smalllisp {font-size: smaller}
  49. span.nocodebreak {white-space:nowrap}
  50. span.nolinebreak {white-space:nowrap}
  51. span.roman {font-family:serif; font-weight:normal}
  52. span.sansserif {font-family:sans-serif; font-weight:normal}
  53. ul.no-bullet {list-style: none}
  54. -->
  55. </style>
  56. </head>
  57. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  58. <a name="TUI-Configuration"></a>
  59. <div class="header">
  60. <p>
  61. Previous: <a href="TUI-Commands.html#TUI-Commands" accesskey="p" rel="previous">TUI Commands</a>, Up: <a href="TUI.html#TUI" accesskey="u" rel="up">TUI</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
  62. </div>
  63. <hr>
  64. <a name="TUI-Configuration-Variables"></a>
  65. <h3 class="section">25.5 TUI Configuration Variables</h3>
  66. <a name="index-TUI-configuration-variables"></a>
  67. <p>Several configuration variables control the appearance of TUI windows.
  68. </p>
  69. <dl compact="compact">
  70. <dt><code>set tui border-kind <var>kind</var></code></dt>
  71. <dd><a name="index-set-tui-border_002dkind"></a>
  72. <p>Select the border appearance for the source, assembly and register windows.
  73. The possible values are the following:
  74. </p><dl compact="compact">
  75. <dt><code>space</code></dt>
  76. <dd><p>Use a space character to draw the border.
  77. </p>
  78. </dd>
  79. <dt><code>ascii</code></dt>
  80. <dd><p>Use <small>ASCII</small> characters &lsquo;<samp>+</samp>&rsquo;, &lsquo;<samp>-</samp>&rsquo; and &lsquo;<samp>|</samp>&rsquo; to draw the border.
  81. </p>
  82. </dd>
  83. <dt><code>acs</code></dt>
  84. <dd><p>Use the Alternate Character Set to draw the border. The border is
  85. drawn using character line graphics if the terminal supports them.
  86. </p></dd>
  87. </dl>
  88. </dd>
  89. <dt><code>set tui border-mode <var>mode</var></code></dt>
  90. <dd><a name="index-set-tui-border_002dmode"></a>
  91. </dd>
  92. <dt><code>set tui active-border-mode <var>mode</var></code></dt>
  93. <dd><a name="index-set-tui-active_002dborder_002dmode"></a>
  94. <p>Select the display attributes for the borders of the inactive windows
  95. or the active window. The <var>mode</var> can be one of the following:
  96. </p><dl compact="compact">
  97. <dt><code>normal</code></dt>
  98. <dd><p>Use normal attributes to display the border.
  99. </p>
  100. </dd>
  101. <dt><code>standout</code></dt>
  102. <dd><p>Use standout mode.
  103. </p>
  104. </dd>
  105. <dt><code>reverse</code></dt>
  106. <dd><p>Use reverse video mode.
  107. </p>
  108. </dd>
  109. <dt><code>half</code></dt>
  110. <dd><p>Use half bright mode.
  111. </p>
  112. </dd>
  113. <dt><code>half-standout</code></dt>
  114. <dd><p>Use half bright and standout mode.
  115. </p>
  116. </dd>
  117. <dt><code>bold</code></dt>
  118. <dd><p>Use extra bright or bold mode.
  119. </p>
  120. </dd>
  121. <dt><code>bold-standout</code></dt>
  122. <dd><p>Use extra bright or bold and standout mode.
  123. </p></dd>
  124. </dl>
  125. </dd>
  126. <dt><code>set tui tab-width <var>nchars</var></code></dt>
  127. <dd><a name="index-set-tui-tab_002dwidth"></a>
  128. <a name="index-tabset"></a>
  129. <p>Set the width of tab stops to be <var>nchars</var> characters. This
  130. setting affects the display of TAB characters in the source and
  131. assembly windows.
  132. </p>
  133. </dd>
  134. <dt><code>set tui compact-source <span class="roman">[</span>on<span class="roman">|</span>off<span class="roman">]</span></code></dt>
  135. <dd><a name="index-set-tui-compact_002dsource"></a>
  136. <p>Set whether the TUI source window is displayed in &ldquo;compact&rdquo; form.
  137. The default display uses more space for line numbers and starts the
  138. source text at the next tab stop; the compact display uses only as
  139. much space as is needed for the line numbers in the current file, and
  140. only a single space to separate the line numbers from the source.
  141. </p></dd>
  142. </dl>
  143. <p>Note that the colors of the TUI borders can be controlled using the
  144. appropriate <code>set style</code> commands. See <a href="Output-Styling.html#Output-Styling">Output Styling</a>.
  145. </p>
  146. <hr>
  147. <div class="header">
  148. <p>
  149. Previous: <a href="TUI-Commands.html#TUI-Commands" accesskey="p" rel="previous">TUI Commands</a>, Up: <a href="TUI.html#TUI" accesskey="u" rel="up">TUI</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
  150. </div>
  151. </body>
  152. </html>