Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdconfig/share/media/any.subr 250535 2013-05-12 00:39:25Z dteske $
---
> # $FreeBSD: head/usr.sbin/bsdconfig/share/media/any.subr 251190 2013-05-31 19:07:17Z dteske $
72c72
< local menu_list size
---
> local menu_list
89,94c89,95
< size=$( eval f_dialog_menu_size \
< \"\$title\" \
< \"\$btitle\" \
< \"\$prompt\" \
< \"\$hline\" \
< $menu_list )
---
> local height width rows
> eval f_dialog_menu_size height width rows \
> \"\$title\" \
> \"\$btitle\" \
> \"\$prompt\" \
> \"\$hline\" \
> $menu_list
100,108c101,111
< --title \"\$title\" \
< --backtitle \"\$btitle\" \
< --hline \"\$hline\" \
< --ok-label \"\$msg_ok\" \
< --cancel-label \"\$msg_cancel\" \
< --help-button \
< --help-label \"\$msg_help\" \
< ${USE_XDIALOG:+--help \"\"} \
< --menu \"\$prompt\" $size $menu_list \
---
> --title \"\$title\" \
> --backtitle \"\$btitle\" \
> --hline \"\$hline\" \
> --ok-label \"\$msg_ok\" \
> --cancel-label \"\$msg_cancel\" \
> --help-button \
> --help-label \"\$msg_help\" \
> ${USE_XDIALOG:+--help \"\"} \
> --menu \"\$prompt\" \
> $height $width $rows \
> $menu_list \