tmux 3.4-1ubuntu0.1 source package in Ubuntu

Changelog

tmux (3.4-1ubuntu0.1) noble; urgency=medium

  * d/p/lp-2068393-fix-sixel-invalid-colour-register.patch: Fix SIXEL invalid
    colour register crash and remove SIXEL images before reflow (LP: #2068393).

 -- Lena Voytek <email address hidden>  Wed, 10 Jul 2024 14:57:26 -0700

Upload details

Uploaded by:
Lena Voytek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed main admin

Downloads

File Size SHA-256 Checksum
tmux_3.4.orig.tar.gz 690.6 KiB 551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
tmux_3.4-1ubuntu0.1.debian.tar.xz 16.2 KiB 9ef140b5b58e2a01373808da9b2f715525c8dfbca6bd3e905ed0cdf1f5995ff7
tmux_3.4-1ubuntu0.1.dsc 2.1 KiB b5d2e19ef9bffcb58983a8f33a9a53a95caec1e39f234887751cdbacd86430d7

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