From f031dc9d65df69a74efa9a2021fcdecd59b79702 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 27 Nov 2021 16:56:54 +0300 Subject: panel: add the window for display the amount of marked files --- Library/UefiShellUfmCommandLib/panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/UefiShellUfmCommandLib/panel.h') 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 -- cgit v1.2.3-18-g5258