tmux 3.3a-ok1 source package in openKylin

Changelog

tmux (3.3a-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Thu, 05 Jan 2023 10:44:33 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main admin
Yangtze V1.0 proposed main admin

Downloads

File Size SHA-256 Checksum
tmux_3.3a.orig.tar.gz 661.6 KiB e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f
tmux_3.3a-ok1.debian.tar.xz 6.1 KiB fe2989086645653c689cff011897f3fca30eca9083b39b082a3e3e0c53b15fdc
tmux_3.3a-ok1.dsc 1.7 KiB 4215deb7f7c5fa94ad88ae67183601da7674f7fc3775f5c1ceb02d49cebb3c1e

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