tmux 3.0a-ok1 source package in openKylin

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
tmux_3.0a.orig.tar.gz 533.6 KiB 4ad1df28b4afa969e59c08061b45082fdc49ff512f30fc8e43217d7b0e5f8db9
tmux_3.0a-ok1.debian.tar.xz 4.8 KiB 807cf924db8f61f068e6ae00755f6e751de3a38d91a225ca5de8613e38f0280e
tmux_3.0a-ok1.dsc 1.7 KiB 8f7ec8666c2544e1f1558cfa0387595a2f9779369275f79712e8355bac8dfb8a

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.