diff options
Diffstat (limited to 'editor.h')
| -rw-r--r-- | editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -195,6 +195,7 @@ struct File { Text *text; const char *name; bool stdin; + struct stat stat; int refcount; Mark marks[MARK_LAST]; File *next, *prev; |
