diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-02-03 16:05:59 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-03 16:05:59 -0800 |
commit | cf31931a1afe86c9d3f0871d0ba82d1d788b4774 (patch) | |
tree | 0af4e246ae9a05da06c055b84cdc63dd9a6e117a /doc | |
parent | 8276fe64e083725e406d48c596e4a43cb5927daa (diff) | |
download | syslinux-cf31931a1afe86c9d3f0871d0ba82d1d788b4774.tar.gz |
menu: add MENU CLEAR option
Add MENU CLEAR to clear the screen on menu exit.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/menu.txt b/doc/menu.txt index e1601249..c912c1df 100644 --- a/doc/menu.txt +++ b/doc/menu.txt @@ -48,6 +48,14 @@ MENU HIDDEN All that is displayed is a timeout message. +MENU CLEAR + + Clear the screen when exiting the menu, instead of leaving the + menu displayed. For vesamenu, this means the graphical + background is still displayed without the menu itself for as + long as the screen remains in graphics mode. + + MENU SHIFTKEY Exit the menu system immediately unless either the Shift or Alt |