Name Date Size #Lines LOC

..--

package/H10-Jan-2016-688545

po/H10-Jan-2016-6,6135,216

samples/H10-Jan-2016-6,1894,408

CHANGESHD10-Jan-201693.6 KiB1,9301,816

COPYINGHD10-Jan-201625.8 KiB505418

READMEHD10-Jan-20162.8 KiB6247

VERSIONHD10-Jan-201620 21

aclocal.m4HD10-Jan-2016157.8 KiB5,1024,800

argv.cHD10-Jan-20162.6 KiB12383

arrows.cHD10-Jan-20166.8 KiB276211

buildlist.cHD10-Jan-201627 KiB1,098887

buttons.cHD10-Jan-201616 KiB790584

calendar.cHD10-Jan-201616.4 KiB688576

checklist.cHD10-Jan-201617.5 KiB681537

columns.cHD10-Jan-20164.2 KiB176117

config.guessHD10-Jan-201644.2 KiB1,5591,352

config.hinHD10-Jan-201675 54

config.subHD10-Jan-201634.7 KiB1,7921,654

configureHD10-Jan-2016457.6 KiB17,03414,689

configure.inHD10-Jan-20167.8 KiB280241

dialog-config.inHD10-Jan-20164.3 KiB13790

dialog.1HD10-Jan-201653.7 KiB1,6621,628

dialog.3HD10-Jan-2016119.1 KiB3,8063,527

dialog.cHD10-Jan-201647.5 KiB1,9771,672

dialog.hHD10-Jan-201636 KiB908679

dialog.lsmHD10-Jan-20161.1 KiB2422

dialog.plHD10-Jan-201611.2 KiB455354

dlg_colors.hHD10-Jan-20166.9 KiB203122

dlg_keys.cHD10-Jan-201618.5 KiB789616

dlg_keys.hHD10-Jan-20165.1 KiB175119

editbox.cHD10-Jan-201616.1 KiB732611

formbox.cHD10-Jan-201622.7 KiB980793

fselect.cHD10-Jan-201621.7 KiB929775

guage.cHD10-Jan-20169.9 KiB439316

headers-sh.inHD10-Jan-20165.4 KiB200129

help.cHD10-Jan-20161.4 KiB5522

inputbox.cHD10-Jan-20166.7 KiB256184

inputstr.cHD10-Jan-201617.7 KiB803656

install-shHD10-Jan-20167 KiB295169

makefile.inHD10-Jan-20169.6 KiB346240

menubox.cHD10-Jan-201619.6 KiB779605

mixedform.cHD10-Jan-20163.4 KiB11982

mixedgauge.cHD10-Jan-20169.3 KiB393297

mouse.cHD10-Jan-20163.1 KiB149104

mousewget.cHD10-Jan-20162.1 KiB9257

msgbox.cHD10-Jan-20164.7 KiB193142

pause.cHD10-Jan-20166.3 KiB247168

prgbox.cHD10-Jan-20162.7 KiB11873

progressbox.cHD10-Jan-20166.7 KiB307231

rangebox.cHD10-Jan-201610.2 KiB420333

rc.cHD10-Jan-201615.1 KiB620432

rename.shHD10-Jan-20163 KiB6120

tailbox.cHD10-Jan-20169.1 KiB402306

textbox.cHD10-Jan-201624.6 KiB979748

timebox.cHD10-Jan-201610 KiB419341

trace.cHD10-Jan-20164.9 KiB231185

treeview.cHD10-Jan-201616.1 KiB659526

ui_getc.cHD10-Jan-201613.7 KiB660513

util.cHD10-Jan-201662.8 KiB2,7092,050

version.cHD10-Jan-20161 KiB349

yesno.cHD10-Jan-20164 KiB162118

README

1-(1999-12-25)-------------------------------------------------------------------
2This version of dialog, formerly known as cdialog is based on the Debian
3package for dialog 0.9a (see CHANGES for recent modifications)
4- T.Dickey <dickey@invisible-island.net>
5
6-(1996-01-15)-------------------------------------------------------------------
7I have uploaded cdialog-0.9a.tar.gz to sunsite. It should be moved
8to pub/Linux/utils/shell, I think.
9
10Starting point for cdialog v.0.9a was dialog-0.6c. Many new features
11like as Resolution-independence, Auto-sizing, Maximizing, more widget
12on the same screen (multi-widget), etc. were added. New widget are
13tailbox and tailbox-in-background. Here are the options:
14
15   Usage: dialog <Common options> <Box options>
16          { --and-widget <Common options> <Box options> }
17
18   Common options: <Global options>
19       [--backtitle <backtitle>] [--sleep <secs>] [--beep] [--beep-after]
20       [--clear] [--begin <y> <x>] [--aspect <ratio>] [--print-size]
21       [--print-maxsize] [--size-err] [--separate-output] [--cr-wrap]
22       [--tab-len <n>] [--tab-correct] [--print-version] [--no-kill]
23       [--title <title>]
24
25   Global options: [--shadow] [--no-shadow] [--separate-widget "<str>"]
26
27At the moment, mouse support with libgpm can't be added because it
28does't implement the wtimeout() function of ncurses. Wtimeout() is
29needed to have more widgets (es.tailbox) cooperating on the same
30screen... I don't know if with newer versions of libgpm it's possible.
31
32I have no more time to write docs for this new version...Is there
33anyone, that looking at the code, can do it??? Ouch! :-)
34Don't flame me!
35
36For the future, if any volunteer want, the way to evolve cdialog is to
371) make a daemon for a better support of multi-tasking or implementing
38   multithreading.
392) add an option that could permit to read commands (--options) from a
40   file, like as in a normal programming language, but maintaining
41   compatiblity with older version of dialog.
42
43I no longer could maintain cdialog...
44Executable and library name of cdialog are the same of dialog, for
45compatiblity.
46
47I think that only one directive should be follow: don't use a resource
48like stdin, stdout when you'll write new options for cdialog; these
49resources have to be shared from all widgets on the command line.
50Guage uses stdin :-/ so that can't be mixed for example with an inputbox,
51but it was made before of multi-widget. However this is not a big problem!
52
53THERE ARE NO *KNOWN* BUGS. If anyone has much time and can find the way
54to add wtimeout() support to libgpm, also mouse could be supported.
55
56Please use ncurses-1.9.4 or newer.
57
58|  __   |  demarco_p@abramo.it:~$ make Linux | more > UserFriendly;
59| /__)  |  /~~  _   _ _   _   /~\  _     /  .  _          |
60|/  ako | (___ (_) | ) ) (-' (__/ | )   /__ | | ) (_| ><  .  coordinator.
61
62