|
Assembled 2
A column based text editor
|
#include <buffer.h>
Public Attributes | |
| char * | contents |
| Contains a single line of the open file (zero terminated, with no ' ' character). | |
| struct AS_LLElement * | next |
| A pointer to the next line, NULL if this is the last line. | |
| struct AS_LLElement * | prev |
| A pointer to the previous line, NULL if this is the first line. | |
| struct AS_SyntaxPoint * | syntax |
A pointer to a linked list outlining how certain regions of contents is supposed to be colored. | |
A single line element.
A linked list which holds the all of the lines of a column.