|
ze
|
File and directory loading/saving implementation. More...
#include "ze.h"#include <stdio.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include <strings.h>#include <sys/stat.h>#include <unistd.h>#include <dirent.h>#include <fcntl.h>#include "row.h"#include "status.h"#include "syntax.h"#include "hooks.h"#include "templates.h"#include "input.h"#include "init.h"
Functions | |
| char * | editorRowsToString (int *buflen) |
| void | editorCloneTemplate (void) |
| void | editorOpen (char *filename) |
| void | editorSave (void) |
Variables | |
| struct editorConfig | E |
File and directory loading/saving implementation.