tmux 2.6-3ubuntu0.1 source package in Ubuntu

Changelog

tmux (2.6-3ubuntu0.1) bionic; urgency=medium

  * d/p/tmux-pane-border-status-leak.patch: Fixed memory leak in
    screen_redraw_make_pane_status (upstream fix). (LP: #1766942)

 -- Karl Stenerud <email address hidden>  Mon, 29 Oct 2018 19:33:11 +0100

Upload details

Uploaded by:
Karl Stenerud
Sponsored by:
Christian Ehrhardt 
Uploaded to:
Bionic
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_2.6.orig.tar.gz 469.7 KiB b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8
tmux_2.6-3ubuntu0.1.debian.tar.xz 12.0 KiB f0c5b0e3da6eec238f76e8950233de567aadc18daa61872460a2a7a6046c38f9
tmux_2.6-3ubuntu0.1.dsc 1.9 KiB 11776c4acab0b095460cef69ec4e0b248d2542da6a070ace71f3a001e9f0d462

Available diffs

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