guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/1] Update tmux to 2.1 (incompatible changes)


From: Leo Famulari
Subject: [PATCH 0/1] Update tmux to 2.1 (incompatible changes)
Date: Sat, 12 Dec 2015 17:41:57 -0500

This patch updates tmux to 2.1.

Please read the following list of incompatible changes, copied from here:
https://raw.githubusercontent.com/tmux/tmux/master/CHANGES

CHANGES FROM 2.0 to 2.1 18 October 2015

Incompatible Changes
====================

* Mouse-mode has been rewritten.  There's now no longer options for:
        - mouse-resize-pane
        - mouse-select-pane
        - mouse-select-window
        - mode-mouse

  Instead there is just one option:  'mouse' which turns on mouse support
  entirely.
* 'default-terminal' is now a session option.  Furthermore, if this is set
  to 'screen-*' then emulate what screen does.  If italics are wanted, this
  can be set to 'tmux' but this is still new and not necessarily supported
  on all platforms with older ncurses installs.
* The c0-* options for rate-limiting have been removed.  Instead, a backoff
  approach is used.

Leo Famulari (1):
  gnu: tmux: Update to 2.1.

 gnu/packages/tmux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.6.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]