Package: tmux Priority: optional Section: admin Installed-Size: 609 Maintainer: Romain Francoise Architecture: amd64 Version: 2.2-2 Depends: libc6 (>= 2.14), libevent-2.0-5 (>= 2.0.10-stable), libtinfo5, libutempter0 (>= 1.1.5) Filename: dists/trusty/uniklu/binary-amd64/tmux_2.2-2_amd64.deb Size: 228254 MD5sum: bd725774e43c2a0b20e4706082f9890d SHA1: 556fff6115f144f380a61d298c1b132ef32c54a2 SHA256: a4aaf8cd4da100c9f33371a93e6b7d30755a252849f77753bcd81b366ae2b56d SHA512: d449dc1bf959aaf09f9d2743e9010686a8aadd833f186163a20f9ecf49e689e48838a02454bbcee67889201eb18d60cead245be27ef0a3199b239221a848aeb7 Description: 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 /tmp. 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. Homepage: https://tmux.github.io/