tmux 3.3a-1build1 source package in Ubuntu

Changelog

tmux (3.3a-1build1) kinetic; urgency=medium

  * No-change rebuild against libevent-core-2.1-7a

 -- Steve Langasek <email address hidden>  Fri, 07 Oct 2022 21:23:49 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
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.3a.orig.tar.gz 661.6 KiB e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f
tmux_3.3a-1build1.debian.tar.xz 15.1 KiB aee25da3278253eb4627b20a1297a2742b6c3e5215074e5c6d3ea78a8f98129a
tmux_3.3a-1build1.dsc 2.0 KiB f9230c174aefa87ab0105694a3ecb1b45bf5ef23b7ab99f5433dfe019d377d1a

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