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

config DIALOG
	tristate
	select LIBC_M
	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.