tmux 3.0a-2ubuntu0.1 source package in Ubuntu

Changelog

tmux (3.0a-2ubuntu0.1) focal; urgency=medium

  * Fix "regression: splitting panes does not cause a resize in
    backgrounded tmux" (LP: #1875109)
    - d/p/limit-lazy-resize-to-panes-in-attached-sessions-only.patch:
      New patch to limit the "lazy resize" to panes in attached sessions
      only.  The panes in unattached sessions are resized immediately.

 -- Sergio Durigan Junior <email address hidden>  Wed, 20 May 2020 07:53:46 -0400

Upload details

Uploaded by:
Sergio Durigan Junior
Sponsored by:
Robie Basak
Uploaded to:
Focal
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.0a.orig.tar.gz 533.6 KiB 4ad1df28b4afa969e59c08061b45082fdc49ff512f30fc8e43217d7b0e5f8db9
tmux_3.0a-2ubuntu0.1.debian.tar.xz 13.3 KiB 8986f912cfab6d6b64381afed418339d9e913074bd809f13f03aebe9bdc252e2
tmux_3.0a-2ubuntu0.1.dsc 2.0 KiB 354dbed5ef75a5f3a38e02f97817f25f5fb896a16cdf129b57afd593e9c52792

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