summaryrefslogtreecommitdiffstats
path: root/rules/tmux.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-06-13 21:03:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-14 02:19:22 +0200
commitdd9a86ceda765cbed7c3a1d50104422c43118287 (patch)
tree085fb0fa8b43f83a4cbdd29b79b0ac6a7d9d3797 /rules/tmux.in
parent79d6a18f2389d47737130ae563999ce9cae513b1 (diff)
downloadptxdist-dd9a86ceda765cbed7c3a1d50104422c43118287.tar.gz
ptxdist-dd9a86ceda765cbed7c3a1d50104422c43118287.tar.xz
tmux: new package
tmux is a terminal mutiplexer. Something like GNU screen, but BSD licensed, actively developed and with a (at least in my opinion) simpler configuration. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/tmux.in')
-rw-r--r--rules/tmux.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/tmux.in b/rules/tmux.in
new file mode 100644
index 000000000..83f8e4e60
--- /dev/null
+++ b/rules/tmux.in
@@ -0,0 +1,9 @@
+## SECTION=shell_and_console
+
+config TMUX
+ tristate
+ prompt "tmux"
+ select LIBEVENT
+ select NCURSES
+ help
+ Terminal multiplexer, something like GNU screen.