blob: 61719e486682fe59c4cafd226d6242f24aa43430 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_TMUX
bool "tmux"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBEVENT
select BR2_PACKAGE_NCURSES
help
tmux is a terminal multiplexer, it enables a number of terminals
(or windows) to be accessed and controlled from a single terminal.
https://tmux.github.io/
|