summaryrefslogtreecommitdiffstats
path: root/rules/screen.in
blob: c384ee9bbba32d70415be2a830ff7c6309ef9e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menuconfig SCREEN
	bool
	prompt "screen              "
	select NCURSES
	help
	  Screen is a full-screen window manager that multiplexes a physical
	  terminal between several processes, typically interactive shells.

config SCREEN_CONFIG_FILE
	depends on SCREEN
	string
	prompt "file for /etc/screenrc"
	default "${PTXDIST_TOPDIR}/generic/etc/screenrc"
	help
	  which file to install as /etc/screenrc