tmux 3.3a-5 source package in Ubuntu

Changelog

tmux (3.3a-5) unstable; urgency=medium

  * Fix backport of commit bf636d9575 which breaks OSC 52 clipboard
    access, with thanks to Claudio Leite (LP: #2040080).

 -- Romain Francoise <email address hidden>  Sun, 22 Oct 2023 16:34:17 +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.3a-5.dsc 1.9 KiB 4d48669e0114ee370a6914b11b4f0cff892a759e2636aea9ff46b7510c967e6e
tmux_3.3a.orig.tar.gz 661.6 KiB e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f
tmux_3.3a-5.debian.tar.xz 19.8 KiB 302ed78a60cbc91043b0d27d60a8e65a7abb543dcf6ef396972be51e87fc3243

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