tmux 3.4-5 source package in Ubuntu

Changelog

tmux (3.4-5) unstable; urgency=medium

  * Cherry-pick more upstream fixes:
    + 3823fa2c57: start systemd scope with SendSIGHUP=yes to prevent hang
      on system shutdown.
    + 424f13fe13: don't crash server when calling switch-client from
      pane-died hook.
  * Revert upstream commit 43e5e80343 which breaks search of wrapped lines.
  * Version build-dependency on libncurses-dev to ensure we pick up updated
    symbol versions for ncurses 6.5.

 -- Romain Francoise <email address hidden>  Thu, 09 May 2024 17:43:16 +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 proposed main admin

Downloads

File Size SHA-256 Checksum
tmux_3.4-5.dsc 1.9 KiB 72085b07e50d21ffacabe0d8a87c5d4ec702e25121b65c74e0ee6c85f390479b
tmux_3.4.orig.tar.gz 690.6 KiB 551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
tmux_3.4-5.debian.tar.xz 19.3 KiB 3888eef3691db0fc0ec577a6e7e8adafcc85d288909066c9ce0b622d41e10f35

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