diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-07-24 16:39:00 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-07-24 16:39:00 -0700 |
commit | f5be24d4ed330859f7bfe23224338ec9458bf1ae (patch) | |
tree | ef667a60732a9826af16840e81625c01c343b92c /README.menu | |
parent | 9581d5209e528f8c06f10a3d2d126ae2e5c85c81 (diff) | |
download | syslinux-f5be24d4ed330859f7bfe23224338ec9458bf1ae.tar.gz |
Simple menu system: add support for "menu hidden"
Diffstat (limited to 'README.menu')
-rw-r--r-- | README.menu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.menu b/README.menu index 3fd50f3c..cf5882d0 100644 --- a/README.menu +++ b/README.menu @@ -41,6 +41,11 @@ MENU TITLE title Give the menu a title. The title is presented at the top of the menu. +MENU HIDDEN + + Do not display the actual menu unless the user presses a key. + All that is displayed is a timeout message. + MENU LABEL label (Only valid after a LABEL statement.) @@ -281,6 +286,7 @@ MENU PASSWORDROW 11 MENU TIMEOUTROW 20 MENU HELPMSGROW 22 MENU HELPMSGENDROW -1 +MENU HIDDENROW 20 MENU HSHIFT 0 MENU VSHIFT 0 |