NameDateSize

..06-May-202087

aclocal.m4H A D18-Aug-2016157.8 KiB

argv.cH A D18-Aug-20162.6 KiB

arrows.cH A D18-Aug-20166.8 KiB

buildlist.cH A D18-Aug-201627 KiB

buttons.cH A D18-Aug-201616 KiB

calendar.cH A D18-Aug-201616.4 KiB

CHANGESH A D18-Aug-201693.6 KiB

checklist.cH A D18-Aug-201617.5 KiB

columns.cH A D18-Aug-20164.2 KiB

config.guessH A D18-Aug-201644.2 KiB

config.hinH A D18-Aug-201675

config.subH A D18-Aug-201634.7 KiB

configureH A D18-Aug-2016457.6 KiB

configure.inH A D18-Aug-20167.8 KiB

COPYINGH A D18-Aug-201625.8 KiB

dialog-config.inH A D18-Aug-20164.3 KiB

dialog.1H A D18-Aug-201653.7 KiB

dialog.3H A D18-Aug-2016119.1 KiB

dialog.cH A D18-Aug-201647.5 KiB

dialog.hH A D18-Aug-201636 KiB

dialog.lsmH A D18-Aug-20161.1 KiB

dialog.plH A D18-Aug-201611.2 KiB

dlg_colors.hH A D18-Aug-20166.9 KiB

dlg_keys.cH A D18-Aug-201618.5 KiB

dlg_keys.hH A D18-Aug-20165.1 KiB

editbox.cH A D18-Aug-201616.1 KiB

formbox.cH A D18-Aug-201622.7 KiB

fselect.cH A D18-Aug-201621.7 KiB

guage.cH A D18-Aug-20169.9 KiB

headers-sh.inH A D18-Aug-20165.4 KiB

help.cH A D18-Aug-20161.4 KiB

inputbox.cH A D18-Aug-20166.7 KiB

inputstr.cH A D18-Aug-201617.7 KiB

install-shH A D18-Aug-20167 KiB

makefile.inH A D18-Aug-20169.6 KiB

menubox.cH A D18-Aug-201619.6 KiB

mixedform.cH A D18-Aug-20163.4 KiB

mixedgauge.cH A D18-Aug-20169.3 KiB

mouse.cH A D18-Aug-20163.1 KiB

mousewget.cH A D18-Aug-20162.1 KiB

msgbox.cH A D18-Aug-20164.7 KiB

package/H20-Dec-20165

pause.cH A D18-Aug-20166.3 KiB

po/H20-Dec-201660

prgbox.cH A D18-Aug-20162.7 KiB

progressbox.cH A D18-Aug-20166.7 KiB

rangebox.cH A D18-Aug-201610.2 KiB

rc.cH A D18-Aug-201615.1 KiB

READMEH A D18-Aug-20162.8 KiB

rename.shH A D18-Aug-20163 KiB

samples/H20-Dec-2016183

tailbox.cH A D18-Aug-20169.1 KiB

textbox.cH A D18-Aug-201624.6 KiB

timebox.cH A D18-Aug-201610 KiB

trace.cH A D18-Aug-20164.9 KiB

treeview.cH A D18-Aug-201616.1 KiB

ui_getc.cH A D18-Aug-201613.7 KiB

util.cH A D18-Aug-201662.8 KiB

VERSIONH A D18-Aug-201620

version.cH A D18-Aug-20161 KiB

yesno.cH A D18-Aug-20164 KiB

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