Terminal multiplexer

Edit Package tmux

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.

Refresh
Refresh
Source Files
Filename Size Changed
tmux-1.9.tar.gz 0000478871 468 KB
tmux.changes 0000018018 17.6 KB
tmux.spec 0000002090 2.04 KB
Revision 19 (latest revision is 59)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 223315 from Guido Berhoerster's avatar Guido Berhoerster (gberh) (revision 19)
- update to version 1.9
  - NOTE: This release has bumped the tmux protocol version. It is
    therefore advised that the prior tmux server is restarted when
    this version of tmux is installed, to avoid protocol mismatch
    errors for newer clients trying to talk to an older running
    tmux server.
  - 88 colour support has been removed.
  - 'default-path' has been removed. The new-window command accepts
    '-c' to cater for this. The previous value of "." can be
    replaced with: 'neww -c $PWD', the previous value of '' which
    meant current path of the pane can be specified as: 'neww -c
    "#{pane_current_path}"'
  - The single format specifiers: #A -> #Z (where defined) have
    been deprecated and replaced with longer-named equivalents, as
    listed in the FORMATS section of the tmux manpage.
  - The various foo-{fg,bg,attr} commands have been deprecated and
    replaced with equivalent foo-style option instead. Currently
    this is still backwards-compatible, but will be removed over
    time.
  - A new environment variable TMUX_TMPDIR is now honoured,
    allowing the socket directory to be set outside of TMPDIR
    (/tmp/ if not set).
  - If -s not given to swap-pane the current pane is assumed.
  - A #{pane_syncronized} format specifier has been added to be a
    conditional format if a pane is in a syncronised mode (c.f.
    syncronize-panes)
  - Tmux now runs under Cygwin natively.
  - Formats can now be nested within each other and expanded
    accordingly.
  - Added 'automatic-rename-format' option to allow the automatic
Comments 0
openSUSE Build Service is sponsored by