• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

package/H26-Nov-2020-1,4971,207

po/H01-Apr-2020-6,9755,506

samples/H03-May-2022-7,1555,125

CHANGESH A D26-Nov-2020116.2 KiB2,4472,286

COPYINGH A D26-Oct-200525.8 KiB505418

READMEH A D26-Jan-20032.8 KiB6247

VERSIONH A D26-Nov-202020 21

aclocal.m4H A D26-Nov-2020212 KiB7,1296,681

argv.cH A D26-Mar-20203.6 KiB169128

arrows.cH A D24-Jul-20196.8 KiB278211

buildlist.cH A D23-Nov-202031.3 KiB1,2691,030

buttons.cH A D26-Nov-202016.7 KiB832608

calendar.cH A D23-Nov-202024.5 KiB1,017827

checklist.cH A D23-Nov-202018 KiB703553

columns.cH A D25-Jul-20194.2 KiB175117

config.guessH A D15-Jun-202047.7 KiB1,6851,472

config.hinH A D26-Dec-199975 54

config.subH A D28-Jun-202033.3 KiB1,8491,672

configureH A D26-Nov-2020699 KiB27,09322,775

configure.inH A D26-Nov-20208 KiB286244

demo.plH A D12-Jun-201811.4 KiB338297

dialog-config.inH A D26-Sep-20196.7 KiB255190

dialog.1H A D26-Nov-202063.5 KiB2,0261,990

dialog.3H A D26-Nov-2020131 KiB3,8043,496

dialog.cH A D26-Nov-202052.8 KiB2,2001,862

dialog.hH A D26-Nov-202039.8 KiB1,001742

dialog.lsmH A D22-Feb-20061.1 KiB2422

dialog.plH A D12-Jun-201815.1 KiB601468

dlg_colors.hH A D23-Sep-201910.3 KiB281198

dlg_internals.hH A D08-Aug-20191.3 KiB4815

dlg_keys.cH A D26-Nov-202022.6 KiB974775

dlg_keys.hH A D22-Nov-20205.5 KiB183126

editbox.cH A D23-Nov-202017 KiB772639

formbox.cH A D23-Nov-202023.3 KiB1,004812

fselect.cH A D23-Nov-202022.3 KiB962800

guage.cH A D27-Mar-202010.3 KiB457332

headers-sh.inH A D18-Oct-20115.4 KiB200129

help.cH A D04-Dec-20121.4 KiB5522

inputbox.cH A D23-Nov-20207.2 KiB270196

inputstr.cH A D24-Jul-201917.7 KiB807656

install-shH A D29-Nov-20037 KiB295169

makefile.inH A D22-Nov-202010.2 KiB364255

menubox.cH A D23-Nov-202020.3 KiB815631

mixedform.cH A D15-Jun-20183.4 KiB11982

mixedgauge.cH A D26-Mar-20209.6 KiB407308

mouse.cH A D31-Jan-20173.5 KiB163115

mousewget.cH A D25-Jul-20192.2 KiB9761

msgbox.cH A D23-Nov-20205.1 KiB205151

pause.cH A D23-Nov-20206.6 KiB260180

prgbox.cH A D25-Jul-20192.7 KiB11973

progressbox.cH A D22-Nov-202010 KiB489394

rangebox.cH A D22-Nov-202010.4 KiB422333

rc.cH A D25-Nov-202015.6 KiB666476

rename.shH A D19-Dec-20123 KiB6120

run_test.shH A D20-Mar-20202.7 KiB5923

tailbox.cH A D21-Nov-20209.7 KiB434333

textbox.cH A D22-Nov-202024.9 KiB993759

timebox.cH A D23-Nov-202010.2 KiB431351

trace.cH A D23-Nov-20205.9 KiB281228

treeview.cH A D23-Nov-202016.6 KiB675537

ttysize.cH A D25-Jul-20192.3 KiB8843

ui_getc.cH A D25-Nov-202014.3 KiB682531

util.cH A D26-Nov-202070.6 KiB3,0472,287

version.cH A D15-Jan-20101 KiB349

yesno.cH A D23-Nov-20204.3 KiB172126

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