Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdconfig/mouse/flags 240684 2012-09-18 22:28:42Z dteske $
---
> # $FreeBSD: head/usr.sbin/bsdconfig/mouse/flags 240768 2012-09-20 23:44:13Z dteske $
93c93
< eval $DIALOG \
---
> dialog_inputbox=$( eval $DIALOG \
101c101,102
< 2> "$DIALOG_TMPDIR/dialog.inputbox.$$"
---
> 2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
> )
102a104
> setvar MENU_INPUTBOX_$$ "$dialog_inputbox"