tmux

Rating: 
0
No votes yet

terminal multiplexer
tmux enables a number of terminals (or windows) to be accessed and
controlled from a single terminal like screen. tmux runs as a
server-client system. A server is created automatically when
necessary and holds a number of sessions, each of which may have
a number of windows linked to it. Any number of clients may connect
to a session, or the server may be controlled by issuing commands
with tmux. Communication takes place through a socket, by default
placed in /var/run. Moreover tmux provides a consistent and
well-documented command interface, with the same syntax whether used
interactively, as a key binding, or from the shell. It offers a
choice of vim or emacs key layouts.

Application versions: 
AttachmentSizeDate
File tmux_1.3-2+squeeze1_armel.deb214.24 KB05/08/2013 - 11:32
Changelog: 

tmux (1.3-2+squeeze1) stable-security; urgency=high

* Fix "Incorrect dropping of privileges allows users to obtain utmp
group privileges" by adjusting patch 04_drop_unnecessary_privileges.diff
to drop privileges at the caller side (Closes: #620304).