diff options
author | Joursoir <chat@joursoir.net> | 2021-12-08 21:21:02 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-08 21:21:02 +0300 |
commit | 168b13a1c52b925a0aebc3f1857562c4bc6e753f (patch) | |
tree | 9f73d6c26ebb2833b74018dd73a06b2cfefd1af1 /Library/UefiShellUfmCommandLib/actions.h | |
parent | bbe0ce6ecd203f86cd10e5f4ed7c8362ec71e8e2 (diff) | |
download | ufm-168b13a1c52b925a0aebc3f1857562c4bc6e753f.tar.gz ufm-168b13a1c52b925a0aebc3f1857562c4bc6e753f.tar.bz2 ufm-168b13a1c52b925a0aebc3f1857562c4bc6e753f.zip |
add execution for files and text editors
Diffstat (limited to 'Library/UefiShellUfmCommandLib/actions.h')
-rw-r--r-- | Library/UefiShellUfmCommandLib/actions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/UefiShellUfmCommandLib/actions.h b/Library/UefiShellUfmCommandLib/actions.h index 4a6b113..c6a7031 100644 --- a/Library/UefiShellUfmCommandLib/actions.h +++ b/Library/UefiShellUfmCommandLib/actions.h @@ -20,7 +20,10 @@ struct shortcut { BOOLEAN jump_up(VOID); BOOLEAN jump_down(VOID); BOOLEAN change_panel(VOID); +BOOLEAN execute(VOID); BOOLEAN mark(VOID); +BOOLEAN edit(VOID); +BOOLEAN hexedit(VOID); BOOLEAN show_filesystems(VOID); BOOLEAN do_nothing(VOID); BOOLEAN quit(VOID); |