From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Date: Sat, 12 Dec 2015 17:41:57 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7srZ-0003bR-Fa for guix-devel@gnu.org; Sat, 12 Dec 2015 17:42:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7srW-00014G-9q for guix-devel@gnu.org; Sat, 12 Dec 2015 17:42:01 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:39844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7srW-000149-5s for guix-devel@gnu.org; Sat, 12 Dec 2015 17:41:58 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 1439EC016DA for ; Sat, 12 Dec 2015 17:41:56 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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