tmux 3.4-1build1 source package in Ubuntu

Changelog

tmux (3.4-1build1) noble; urgency=medium

  * No-change rebuild for libevent t64.

 -- Matthias Klose <email address hidden>  Mon, 01 Apr 2024 10:15:05 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Romain Francoise
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main admin
Noble release main admin

Downloads

File Size SHA-256 Checksum
tmux_3.4.orig.tar.gz 690.6 KiB 551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
tmux_3.4-1build1.debian.tar.xz 15.4 KiB 8b639c1480bfdd1ca3ee6b0ef6a0a083ff79de69f4f303bb887d0618c62d1c83
tmux_3.4-1build1.dsc 2.0 KiB 580de4cd9f84d76e0153a4cbd25852236418121d52a81157f4ec3caff5a8a609

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