Deleted Added
full compact
27c27
< \ $FreeBSD: head/sys/boot/forth/menu.4th 241523 2012-10-14 06:52:49Z dteske $
---
> \ $FreeBSD: head/sys/boot/forth/menu.4th 242667 2012-11-06 19:26:36Z dteske $
495a496,499
> menu_start
> 1- menuidx ! \ Initialize the starting index for the menu
> 0 menurow ! \ Initialize the starting position for the menu
>
843a848,849
> dup menureboot @ = if 0 reboot then
>
934a941
> drop \ key pressed
936,937d942
< menureboot @ = if 0 reboot then
<
1007a1013,1024
> s" 0 toggle_stateN !" \ used by toggle_menuitem
> -rot 2dup 14 + c! rot \ replace 'N'
> evaluate
>
> s" 0 cycle_stateN !" \ used by cycle_menuitem
> -rot 2dup 13 + c! rot \ replace 'N'
> evaluate
>
> s" 0 init_textN c!" \ used by toggle_menuitem
> -rot 2dup 11 + c! rot \ replace 'N'
> evaluate
>