Server IP : 173.249.157.85 / Your IP : 13.58.129.138 Web Server : Apache System : Linux server.frogzhost.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : econtech ( 1005) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/dialog-1.2/samples/
Current File : /usr/share/doc/dialog-1.2/samples/editbox-utf8
#!/bin/sh
# $Id: editbox-utf8,v 1.9 2010/01/13 10:20:03 tom Exp $
. ./setup-vars
. ./setup-tempfile
. ./setup-utf8
. ./setup-edit
cat << EOF > $input
Hi, this is a edit box. You can use this to
allow the user to enter or modify free-form text.
Try it now!
----------- --------------------------------
Choose Description of the OS you like
----------- --------------------------------
Linux The Great Unix Clone for 386/486
NetBSD Another free Unix Clone for 386/486
OS/2 IBM OS/2
WIN NT Microsoft Windows NT
PCDOS IBM PC DOS
MSDOS Microsoft DOS
----------- --------------------------------
----------- --------------------------------
EOF
$DIALOG --title "EDIT BOX" \
--fixed-font "$@" --editbox $input 0 0 2>$output
retval=$?
. ./report-edit