summaryrefslogtreecommitdiffstats
path: root/rules/dialog.in
blob: b1a3104c74188dc26fd91dec7ede98cb3657227b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=shell_and_console

config DIALOG
	tristate
	select NCURSES
	prompt "dialog"
	help
	  Dialog is a program that will let you to present a variety of
	  questions or display messages using dialog boxes from a shell script.
	  It is built from the dialog library, which consists of several widgets
	  as well as utility functions that are used by the widgets or the main
	  program.