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

..03-May-2022-

MakefileH A D03-May-20221.1 KiB4839

README.mdH A D08-Jul-2016879 3623

dialog4ports.1H A D08-Jul-20162.9 KiB8180

dialog4ports.cH A D08-Jul-20167.8 KiB342255

mixedlist.cH A D03-May-202219.2 KiB772611

mixedlist.hH A D08-Jul-2016584 3021

README.md

1# dialog4ports #
2dialog4ports is utility for providing a new dialog interface to configure ports options
3
4### Configure ###
5dialog4ports can be configure using environment variables:
6
7**D4PHEIGHT** Dialog height. (Default value: 0)
8
9**D4PMINHEIGHT**
10Minimal dialog height, for example:
11if D4PMINHEIGHT = 5 and count of option elements(1-4) less than D4PMINHEIGHT, then height will extended to 5. (Default value: 0)
12
13**D4PWIDTH**
14Dialog width. (Default value: 80)
15
16**D4PFULLSCREEN**
17Dialog full screen mode. (Default: N)
18
19**D4PALIGNCENTER**
20Text in dialog becomes to center. (Default: N)
21
22**D4PASCIILINES**
23Use ASCII character for line drawing. (Default: N)
24
25### AUTHORS:
26The dialog4ports utility was written by:
27
28Ilya A. Arkhipov <rum1cro@yandex.ru>
29with help from:
30
31Eitan Adler <eadler@FreeBSD.org>,
32
33Baptiste Daroussin <bapt@FreeBSD.org>,
34
35Alexey Dokuchaev <danfe@FreeBSD.org>
36