CE edit status line

This commit is contained in:
2026-03-05 19:58:16 +01:00
parent 6f392d0a32
commit abc7ac39c1
4 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#ifndef _EDIT_H
#define _EDIT_H
void edit_start (const char* text);
void edit_start (const char* path, const char* text);
#endif // _EDIT_H