|
ze
|

Files | |
| file | fileio.c |
| File and directory loading/saving implementation. | |
Functions | |
| char * | editorRowsToString (int *buflen) |
| void | editorCloneTemplate (void) |
| void | editorOpen (char *filename) |
| void | editorSave (void) |
| void editorCloneTemplate | ( | void | ) |
Prompt for and clone a template into the current buffer.
| void editorOpen | ( | char * | filename | ) |
Open a file or directory by path (prompts if NULL).
| char * editorRowsToString | ( | int * | buflen | ) |
Serialize the current buffer into a single string with newlines.
| buflen | [out] length of returned string |
| void editorSave | ( | void | ) |
Save the current buffer to E.filename, prompting if necessary.