tmux 3.6a-ok1 source package in openKylin

Changelog

tmux (3.6a-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Wed, 03 Jun 2026 13:28:02 +0800

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main admin

Downloads

File Size SHA-256 Checksum
tmux_3.6a.orig.tar.gz 1.0 MiB c7cf7247f767e6ccbc3e1243cd8f89b263a0a02efd08bfaca849fc7a071979ee
tmux_3.6a-ok1.debian.tar.xz 5.2 KiB f38434ca5588ff8b6588d27fd7070351df5b963738f8df36e8ef520785cd37a1
tmux_3.6a-ok1.dsc 1.8 KiB cc3142eed6ab8147eb6d753d4c3400313dab2e8b4404f1a5cc444de840382ef3

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