freebsd-dev/contrib/dialog/samples/inputbox6-utf8
Devin Teske febdb46880 Update dialog to 1.2-20130923.
Approved by:	re (marius)
2013-09-24 14:52:43 +00:00

19 lines
268 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
# $Id: inputbox6-utf8,v 1.9 2013/09/24 00:06:02 tom Exp $
. ./setup-vars
. ./setup-tempfile
. ./setup-utf8
TITLE="あいうえお"
$DIALOG \
--title "$TITLE" "$@" \
--inputbox "$TITLE" 10 20 ".." 2>$tempfile
retval=$?
. ./report-tempfile