tmux 2.9a-3build2 source package in Ubuntu

Changelog

tmux (2.9a-3build2) focal; urgency=medium

  * No-change rebuild for libevent soname changes.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 19:58:44 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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_2.9a.orig.tar.gz 498.9 KiB 839d167a4517a6bffa6b6074e89a9a8630547b2dea2086f1fad15af12ab23b25
tmux_2.9a-3build2.debian.tar.xz 13.2 KiB cc2d7f849833686fc65d40cff4b8b1b91328649c17b7925f782c083cf005ca79
tmux_2.9a-3build2.dsc 1.9 KiB 79a0f9a68da09a7207becefeadb804f3dc140070175ea8f631ccfce386478952

Available diffs

View changes file

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