Commit cf3e60a
committed
uefi: Fix shell_get_execution_break_flag() to check execution_break event
get_page_break only returns whether page break mode is enabled, not
whether the user requested an execution break (e.g. by pressing 'q'
during pagination or Ctrl+C). Use boot::check_event on the
execution_break Event instead, matching the edk2 ShellGetExecutionBreakFlag
implementation.
Signed-off-by: Daniel Schaefer <dhs@frame.work>1 parent 74245be commit cf3e60a
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| |||
0 commit comments