i have no brain and i must rename

This commit is contained in:
Such Meme, Many Skill
2020-05-02 17:31:00 +02:00
parent b273b1e5ab
commit f9cf371cf9
6 changed files with 74 additions and 11 deletions

View File

@@ -94,7 +94,9 @@ extern menu_entry fs_menu_file[];
enum fs_menu_folder_return {
DIR_EXITFOLDER = 2,
DIR_COPYFOLDER,
DIR_DELETEFOLDER
DIR_DELETEFOLDER,
DIR_RENAME,
DIR_CREATE
};
extern menu_entry fs_menu_folder[];

View File

@@ -61,7 +61,9 @@ menu_entry fs_menu_folder[] = {
{"\nBack", COLOR_WHITE, ISMENU},
{"Return to main menu\n", COLOR_BLUE, ISMENU},
{"Copy to clipboard", COLOR_VIOLET, ISMENU},
{"Delete folder", COLOR_RED, ISMENU}
{"Delete folder", COLOR_RED, ISMENU},
{"Rename folder", COLOR_BLUE, ISMENU},
{"Create folder", COLOR_BLUE, ISMENU}
};
menu_entry fs_menu_startdir[] = {