tmux 3.4-7 source package in Ubuntu

Changelog

tmux (3.4-7) unstable; urgency=medium

  * Cherry-pick commit db1665868f from upstream to fix memory usage of
    grid data (closes: #1073981).

 -- Romain Francoise <email address hidden>  Mon, 24 Jun 2024 21:03:23 +0200

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
Oracular release main admin

Downloads

File Size SHA-256 Checksum
tmux_3.4-7.dsc 1.9 KiB cb5c053920668b3758d07aff8e51c753b75dfe403bbdb93a1429546547ea7d09
tmux_3.4.orig.tar.gz 690.6 KiB 551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
tmux_3.4-7.debian.tar.xz 19.6 KiB 3490db301ef9c97855a1434ef411655cfdbac719e70a6171b74954ccd3d0d4f9

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