summaryrefslogtreecommitdiffstats
path: root/rules/screen.in
blob: 14523d01cabf323597f76f209d21f0f5bdb3493d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=shell_and_console
menuconfig SCREEN
	tristate
	prompt "screen                        "
	select LIBC_CRYPT
	select LIBC_UTIL
	select NCURSES
	help
	  Screen is a full-screen window manager that multiplexes a physical
	  terminal between several processes, typically interactive shells.

config SCREEN_ETC_SCREENRC
	depends on SCREEN
	bool
	prompt "install /etc/screenrc"
	help
	  If enabled, it installs the "./projectroot/etc/screenrc" file if
	  present, else a generic one from the ptxdist directory.