Assembled 2
A column based text editor
Loading...
Searching...
No Matches
Public Attributes | List of all members
AS_SyntaxPoint Struct Reference

#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_SyntaxPointnext
 A pointer to the next syntax point, NULL if this is the last point.
 

Detailed Description

Syntax points for describing highlighting.

A linked list which describes regions of text and their color pairs.


The documentation for this struct was generated from the following file: