This commit is contained in:
5
editor.h
5
editor.h
@@ -32,9 +32,10 @@ struct editor {
|
||||
time_t msgtm;
|
||||
|
||||
/* Multi-buffer support */
|
||||
struct buffer **buffers; /* array of buffers */
|
||||
struct buffer **buffers; /* array of buffers */
|
||||
int bufcount; /* number of buffers */
|
||||
int curbuf; /* current buffer index */
|
||||
int curbuf; /* current buffer index */
|
||||
size_t bufcap; /* current buffer capacity */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user