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

config LIBNEWT
	tristate
	select SLANG
	select LIBPOPT
	prompt "libnewt"
	help
	  Newt is a programming library for color text mode, widget based user
	  interfaces. Newt can be used to add stacked windows, entry widgets,
	  checkboxes, radio buttons, labels, plain text fields, scrollbars,
	  etc., to text mode user interfaces. Newt is based on the slang
	  library.