tmux 1.8-4 source package in Ubuntu

Changelog

tmux (1.8-4) unstable; urgency=low


  * Cherry-pick fixes from upstream Git:
    + 9fb9f78e43: UTF-8 mangled in send-keys
    + 965edf8a5c: crash when window in a grouped session is killed
    + b0b5cad496: memory leak when grouped sessions are destroyed
    + 27364345bf: avoid processing NULL client formats
    + 939f796f08: memory leak with repeated formats

 -- Romain Francoise <email address hidden>  Fri, 02 Aug 2013 19:39:29 +0200

Upload details

Uploaded by:
Romain Francoise
Uploaded to:
Sid
Original maintainer:
Romain Francoise
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tmux_1.8-4.dsc 1.9 KiB 2aa9392a0b60b092fd778429de13f46b8a873d866f82e2fc1c5cd16e83614999
tmux_1.8.orig.tar.gz 407.8 KiB f265401ca890f8223e09149fcea5abcd6dfe75d597ab106e172b01e9d0c9cd44
tmux_1.8-4.debian.tar.gz 14.9 KiB 17dc74d305ead9572949fca25642561f6d0e62b1d135b6ecf6ce9a9a821d4da1

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.