aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/panel.h
Commit message (Collapse)AuthorAgeFilesLines
* panel: make panel_refresh()Joursoir2021-12-011-0/+9
|
* panel: fix a typo in the argument nameJoursoir2021-12-011-1/+1
|
* panel: make panel_getch()Joursoir2021-12-011-0/+10
|
* panel: make panel_set_active()Joursoir2021-12-011-0/+11
|
* panel: make panel_mark_file()Joursoir2021-12-011-0/+10
|
* panel: make panel_cd_to()Joursoir2021-11-301-0/+10
|
* panel: make panel_move_cursor()Joursoir2021-11-301-0/+10
|
* panel: use 'cwd' as non-const variableJoursoir2021-11-271-2/+2
|
* panel: add the window for display the amount of marked filesJoursoir2021-11-271-1/+1
|
* panel: reimplement windows usageJoursoir2021-11-261-2/+3
| | | | | The initial implementation can be difficult to expand. This version is more flexible
* implement the panelJoursoir2021-11-231-0/+52