tmux 3.2a-4ubuntu0.1 source package in Ubuntu

Changelog

tmux (3.2a-4ubuntu0.1) jammy; urgency=medium

  * d/p/lp1976110-respect-sizing.diff: Add patch to only
    use client for sizing when not detached. (LP: #1976110)

 -- Utkarsh Gupta <email address hidden>  Wed, 23 Nov 2022 17:40:50 +0530

Upload details

Uploaded by:
Utkarsh Gupta
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
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.2a.orig.tar.gz 633.2 KiB 551553a4f82beaa8dadc9256800bcc284d7c000081e47aa6ecbb6ff36eacd05f
tmux_3.2a-4ubuntu0.1.debian.tar.xz 14.7 KiB 78d275b2fe581315b6f27572870ff461a085c8d31aef78ec69563cca2fe2a9be
tmux_3.2a-4ubuntu0.1.dsc 2.0 KiB 84dc4ade32e21e6ce6182b3ad98f8900619baf801e565453f125fb5a69fff8b0

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