aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Library/UefiShellUfmCommandLib/panel.h')
-rw-r--r--Library/UefiShellUfmCommandLib/panel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/UefiShellUfmCommandLib/panel.h b/Library/UefiShellUfmCommandLib/panel.h
index b0492e7..c4cebdf 100644
--- a/Library/UefiShellUfmCommandLib/panel.h
+++ b/Library/UefiShellUfmCommandLib/panel.h
@@ -9,9 +9,10 @@ struct dir_list;
struct fs_array;
struct panel_ctx {
- struct window *wname, *wsize, *wmodt;
- struct window *winfo;
BOOLEAN show_fs; // is filesystems showing now?
+ struct window *wbg; // static window
+ struct window *wcwd, *wlist, *wfname; // dynamic windows
+ UINTN name_cols;
CONST CHAR16 *cwd; // current work directory