Highlighting for a piece of text.
More...
#include "display.h"
|
const struct AttrColor * | attr_color |
| Curses colour of text.
|
|
int | first |
| First character in line to be coloured.
|
|
int | last |
| Last character in line to be coloured (not included)
|
|
Highlighting for a piece of text.
Definition at line 39 of file display.h.
◆ attr_color
const struct AttrColor* TextSyntax::attr_color |
Curses colour of text.
Definition at line 41 of file display.h.
◆ first
First character in line to be coloured.
Definition at line 42 of file display.h.
◆ last
Last character in line to be coloured (not included)
Definition at line 43 of file display.h.
The documentation for this struct was generated from the following file: