tmux 3.0a-1 source package in Ubuntu

Changelog

tmux (3.0a-1) unstable; urgency=medium

  * New upstream release.

 -- Romain Francoise <email address hidden>  Tue, 03 Dec 2019 21:49:28 +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

Downloads

File Size SHA-256 Checksum
tmux_3.0a-1.dsc 1.9 KiB d568417345a55bddb1e35737316e230466cb718fa8b9a91081052c4a58f53442
tmux_3.0a.orig.tar.gz 533.6 KiB 4ad1df28b4afa969e59c08061b45082fdc49ff512f30fc8e43217d7b0e5f8db9
tmux_3.0a-1.debian.tar.xz 12.1 KiB 0317845857d29d5d155710d93a31e3008877bcc12da449cb94cbca950dffe81c

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