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

config TMUX
	tristate
	prompt "tmux"
	select LIBEVENT
	select NCURSES
	# tmux needs an utf-8 locale. Select "en_US (UTF-8)" unless any other
	# utf-8 locale is already enabled
	select LOCALES			if RUNTIME
	select LOCALES_EN_US_UTF8	if !LOCALES_DE_DE_UTF8
	help
	  Terminal multiplexer, something like GNU screen.