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

#include <buffer.h>

Public Attributes

char * contents
 Contains a single line of the open file (zero terminated, with no '
' character).
 
struct AS_LLElementnext
 A pointer to the next line, NULL if this is the last line.
 
struct AS_LLElementprev
 A pointer to the previous line, NULL if this is the first line.
 
struct AS_SyntaxPointsyntax
 A pointer to a linked list outlining how certain regions of contents is supposed to be colored.
 

Detailed Description

A single line element.

A linked list which holds the all of the lines of a column.


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