tmux 3.4-4 source package in Ubuntu

Changelog

tmux (3.4-4) unstable; urgency=medium

  * Add tmpfiles.d configuration file to prevent automatic removal of tmux
    user directories under /tmp (closes: #1070724).
  * Update metadata on upstream patches.
  * Bump Standards-Version to 4.7.0.

 -- Romain Francoise <email address hidden>  Wed, 08 May 2024 18:46:48 +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

Downloads

File Size SHA-256 Checksum
tmux_3.4-4.dsc 1.9 KiB 3fe78752602fd6f60a1e48a126145536247a95649a1afb30b404e2ca88ecc4cc
tmux_3.4.orig.tar.gz 690.6 KiB 551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
tmux_3.4-4.debian.tar.xz 17.8 KiB 3e1f7f01678bce63860fa3967b1e4971344ca787235c431de23f0c68631120d3

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