| Debugging with GDB | www.imodulo.com · 2003-04-05 | ||
| [ Software | Documentation | Contact ] |
The TUI has several configuration variables that control the appearance of windows on the terminal.
set tui border-kind kindSelect the border appearance for the source, assembly and register windows. The possible values are the following:
spaceUse a space character to draw the border.
asciiUse ascii characters + - and | to draw the border.
acsUse the Alternate Character Set to draw the border. The border is drawn using character line graphics if the terminal supports them.
set tui active-border-mode modeSelect the attributes to display the border of the active window. The possible values are normal, standout, reverse, half, half-standout, bold and bold-standout.
set tui border-mode modeSelect the attributes to display the border of other windows. The mode can be one of the following:
normalUse normal attributes to display the border.
standoutUse standout mode.
reverseUse reverse video mode.
halfUse half bright mode.
half-standoutUse half bright and standout mode.
boldUse extra bright or bold mode.
bold-standoutUse extra bright or bold and standout mode.
| © Free Software Foundation, Inc. |