tmux 1.6-1 source package in Ubuntu

Changelog

tmux (1.6-1) unstable; urgency=low


  * New upstream release (closes: #657026).

 -- Romain Francoise <email address hidden>  Mon, 23 Jan 2012 19:20:48 +0100

Upload details

Uploaded by:
Karl Ferdinand Ebert
Uploaded to:
Sid
Original maintainer:
Karl Ferdinand Ebert
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tmux_1.6-1.dsc 1.2 KiB e381cb29b118b1cdb10a6702c5b6618daf7c6357c42c33401b174bfb86bbf0af
tmux_1.6.orig.tar.gz 379.5 KiB faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6
tmux_1.6-1.debian.tar.gz 9.7 KiB dacd8e625c758a7f836d6263a04a3279530808833b71db85bbd64cae732f2566

Available diffs

No changes file available.

Binary packages built by this source

tmux: 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.