summaryrefslogtreecommitdiffstats
path: root/rules/htop.in
blob: 590f5562711faec83c434f76c64a0fad5a90ce08 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=shell_and_console
config HTOP
	tristate
	select LIBC_M
	select GCCLIBS_GCC_S
	select NCURSES
	prompt "htop"
	help
	  htop is an interactive process viewer for Linux. It is a
	  text-mode application (for console or X terminals).