tmux 2.6-3 source package in Ubuntu

Changelog

tmux (2.6-3) unstable; urgency=medium

  * Use new URLs on salsa.debian.org for Vcs-* fields.

 -- Romain Francoise <email address hidden>  Sun, 31 Dec 2017 15:34:49 +0100

Upload details

Uploaded by:
Romain Francoise
Uploaded to:
Sid
Original maintainer:
Romain Francoise
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main admin

Downloads

File Size SHA-256 Checksum
tmux_2.6-3.dsc 1.8 KiB 4223ea439bdef9d946644e7f998f5ef01d9841c845d12bd2aa9726f1b47391e0
tmux_2.6.orig.tar.gz 469.7 KiB b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8
tmux_2.6-3.debian.tar.xz 11.5 KiB d04ff0bfed5c5b8c7cd044b9888dd86a5ba3d98f767859ca5656e3268ae4be85

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.

tmux-dbgsym: debug symbols for tmux