aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/panel.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-11-27 16:56:54 +0300
committerJoursoir <chat@joursoir.net>2021-11-27 16:56:54 +0300
commitf031dc9d65df69a74efa9a2021fcdecd59b79702 (patch)
tree7fd4f47be9fa04850478faf33197eada041c45a3 /Library/UefiShellUfmCommandLib/panel.h
parentc449ba91eed64e2862cb1c1ac0627a4d5a7b511f (diff)
downloadufm-f031dc9d65df69a74efa9a2021fcdecd59b79702.tar.gz
ufm-f031dc9d65df69a74efa9a2021fcdecd59b79702.tar.bz2
ufm-f031dc9d65df69a74efa9a2021fcdecd59b79702.zip
panel: add the window for display the amount of marked files
Diffstat (limited to 'Library/UefiShellUfmCommandLib/panel.h')
-rw-r--r--Library/UefiShellUfmCommandLib/panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/UefiShellUfmCommandLib/panel.h b/Library/UefiShellUfmCommandLib/panel.h
index c4cebdf..17a3469 100644
--- a/Library/UefiShellUfmCommandLib/panel.h
+++ b/Library/UefiShellUfmCommandLib/panel.h
@@ -11,7 +11,7 @@ struct fs_array;
struct panel_ctx {
BOOLEAN show_fs; // is filesystems showing now?
struct window *wbg; // static window
- struct window *wcwd, *wlist, *wfname; // dynamic windows
+ struct window *wcwd, *wlist, *wfname, *wmarked; // dynamic windows
UINTN name_cols;
CONST CHAR16 *cwd; // current work directory