diff options
Diffstat (limited to 'Library/UefiShellUfmCommandLib/panel.h')
-rw-r--r-- | Library/UefiShellUfmCommandLib/panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/UefiShellUfmCommandLib/panel.h b/Library/UefiShellUfmCommandLib/panel.h index 17a3469..2706dd6 100644 --- a/Library/UefiShellUfmCommandLib/panel.h +++ b/Library/UefiShellUfmCommandLib/panel.h @@ -9,12 +9,12 @@ struct dir_list; struct fs_array; struct panel_ctx { - BOOLEAN show_fs; // is filesystems showing now? struct window *wbg; // static window struct window *wcwd, *wlist, *wfname, *wmarked; // dynamic windows UINTN name_cols; - CONST CHAR16 *cwd; // current work directory + CHAR16 *cwd; // current work directory + // if cwd == NULL then we are showing filesystems now UINTN curline; // current line struct dir_list *dirs; // directory contents |