Next: Available Colors, Previous: Available Highlighting Groups, Up: Highlighting Groups [Contents][Index]
CGDB supports many of the attributes that curses provides. It will apply the attributes to the output window, but it is up to the terminal you are using to support such features.
The list of attributes that CGDB currently supports is below.
normalNONEThis will leave the text normal. Uses A_NORMAL curses attribute.
boldThis will make the text appear bold. Uses A_BOLD curses attribute.
underlineThis will underline the text. Uses A_UNDERLINE curses attribute.
reverseinverseThis will reverse the foreground and background colors. Uses A_REVERSE curses attribute.
standoutThis is the best highlighting mode of the terminal. Uses A_STANDOUT curses attribute.
blinkThis will cause the text to blink. Uses A_BLINK curses attribute.
dimThis will cause the text to be 1/2 bright. Uses A_DIM curses attribute.