File: inputbox6-utf8

package info (click to toggle)
dialog 1.3-20160828-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,120 kB
  • ctags: 1,761
  • sloc: ansic: 17,594; sh: 7,075; makefile: 451; perl: 355; python: 164
file content (18 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 "D.O.G"	 2>$tempfile

retval=$?

. ./report-tempfile