Terminal multiplexer
tmux is a terminal multiplexer: it enables a number of terminals (or windows),
each running a separate program, to be created, accessed, and controlled from a
single screen. tmux may be detached from a screen and continue running in the
background, then later reattached. tmux is intended to be a modern,
BSD-licensed alternative to programs such as GNU screen.
tmux uses a client-server model. The server holds multiple sessions and each
window is a independent entity which may be freely linked to multiple sessions,
moved between sessions and otherwise manipulated. Each session may be attached
to (display and accept keyboard input from) multiple clients.
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/tmux && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
tmux-1.9a.tar.gz | 0000447938 437 KB | |
tmux-fix-malloc-check-abort.patch | 0000000625 625 Bytes | |
tmux.changes | 0000018580 18.1 KB | |
tmux.spec | 0000002309 2.25 KB |
Revision 22 (latest revision is 60)
Stephan Kulow (coolo)
accepted
request 259385
from
Guido Berhoerster (gberh)
(revision 22)
- add tmux-fix-malloc-check-abort.patch in order to fix glibc aborting on openSUSE Factory due toits MALLOC_CHECK_ settings (http://sourceforge.net/p/tmux/tickets/105/, bnc#869950)
Comments 0