Lines Matching +full:display +full:- +full:hint
1 .\" Copyright (c) 2011-2013 Devin Teske
34 is a set of commands designed to display a dynamic menu system managed through
53 file, so it is not needed (and should not be re-issued) in a normal setup.
57 .Bl -tag -width disable-module_module -compact -offset indent
58 .It Ic menu-init
60 This should be called before any other menu-related functions.
61 .It Ic menu-display
64 .It Ic menu-erase
66 .It Ic menu-redraw
68 .Ic menu-erase
70 .It Ic menu-unset
73 .It Ic menu-clear
75 .Ic menu-unset
77 .Ic menu-erase .
81 .Bl -tag -width bootfile -offset indent
85 (case-insensitive) or
96 .Ic menu-display
103 (case-insensitive)
104 .Ic menu-display
108 .Dq Li -1 ,
109 .Ic menu-display
139 The text to display above the menu.
149 to instead display the title left-or-right justified
213 running on ACPI-compatible hardware,
218 .Va hint.acpi.0.disabled
220 On non-i386 hardware, menuitems configured after the
224 On i386-compatible hardware lacking ACPI support (as detected by
230 on ACPI-compatible hardware when ACPI support is detected at boot time.
231 Effects the display of the
234 .It Va hint.acpi.0.disabled
235 Effects the display of the
238 If set, the menuitem will display
252 a single blank-line and an
255 .Va menu_caption[x-1]
260 If set, adds a built-in
274 .Bl -tag -width disable-module_module -compact -offset indent
275 .It Ic arch-i386? ( -- BOOL )
276 Returns true (-1) on i386 and false (0) otherwise.
277 .It Ic acpipresent? ( -- BOOL )
278 Returns true (-1) if ACPI is present and false (0) otherwise.
279 .It Ic acpienabled? ( -- BOOL )
280 Returns true (-1) if ACPI is enabled and false (0) otherwise.
281 .It Ic toggle_menuitem ( N -- N )
292 .It Ic cycle_menuitem ( N -- N )
305 above, use any number between 1 through 9. Sorry, double-digits are not
308 .Bl -tag -width /boot/loader.4th -compact
322 .Bd -literal -offset indent -compact
324 menu-init
333 menu-display
349 .An -nosplit