
dialog version 0.3, by Savio Lam (lam836@cs.cuhk.hk).
  patched to version 0.6c by Stuart Herbert (S.Herbert@shef.ac.uk)
  patched to version 0.6z by John Gatewood Ham (zappaman@alphabox.buu.ac.th)

* Display dialog boxes from shell scripts *

Usage: ./dialog --clear
       ./dialog --create-rc <file>
       ./dialog [--title <title>] [--separate-output] [--backtitle <backtitle>] [--clear] <Box options>

Box options:

  --yesno     <text> <height> <width>
  --msgbox    <text> <height> <width>
  --infobox   <text> <height> <width>
  --inputbox  <text> <height> <width> [<init>]
  --textbox   <file> <height> <width>
  --menu      <text> <height> <width> <menu height> <tag1> <item1>...
  --checklist <text> <height> <width> <list height> <tag1> <item1> <status1>...
  --radiolist <text> <height> <width> <list height> <tag1> <item1> <status1>...
  --guage     <text> <height> <width> <percent>
  --file      <dir>  <height> <width>
