tmux 3.4-ok1 source package in openKylin

Changelog

tmux (3.4-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 13:49:24 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main admin
Nile V2.0 proposed main admin

Downloads

File Size SHA-256 Checksum
tmux_3.4.orig.tar.gz 690.6 KiB 551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa
tmux_3.4-ok1.debian.tar.xz 6.1 KiB 112e890cebe88bfa62d3a1007ff5842a2d9b88d1e940dba487d953778d0c85a0
tmux_3.4-ok1.dsc 1.8 KiB 690ca45b5d4a249c3f69d99acac70138787e41d51d82ca6d4a5112f6af190463

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