|
Assembled 2
A column based text editor
|
#include <buffer.h>
Public Attributes | |
| int | x |
| Offset into AS_TextBuf->contents at which this applies. | |
| int | length |
| The number of characters that are included within the region (minimum: 1) | |
| int | color |
| The index of the color pair for this region. | |
| struct AS_SyntaxPoint * | next |
| A pointer to the next syntax point, NULL if this is the last point. | |
Syntax points for describing highlighting.
A linked list which describes regions of text and their color pairs.