struct AS_TextBuf ** buffers
Array of pointers to all buffers.
Definition editor.h:61
int buffer_count
Number of buffers present in buffers list (as_ctx.col_descs[as_ctx.col_desc_i].column_count).
Definition editor.h:53
struct AS_TextFile * next
Pointer to the next struct AS_TextFile, NULL if this is the last open file.
Definition editor.h:65
int cy
0-based index of current line.
Definition editor.h:47
struct AS_TextFile * prev
Pointer to the previous struct AS_TextFile, NULL if this is the first open file.
Definition editor.h:67
int selected_buffers
Number of buffers selected.
Definition editor.h:49
struct AS_TextBuf * active_buffer
The buffer which is currently selected by the user.
Definition editor.h:63
int active_buffer_idx
0-based index of the active buffer.
Definition editor.h:51
FILE * file
Pointer to the open file.
Definition editor.h:59