From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39266 invoked by alias); 6 Feb 2016 15:54:15 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 39155 invoked by uid 89); 6 Feb 2016 15:54:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=daytonb@zoho.com, daytonbzohocom, H*f:sk:56B50A9, H*i:sk:56B50A9 X-HELO: mail-wm0-f53.google.com Received: from mail-wm0-f53.google.com (HELO mail-wm0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 06 Feb 2016 15:54:12 +0000 Received: by mail-wm0-f53.google.com with SMTP id r129so63045319wmr.0 for ; Sat, 06 Feb 2016 07:54:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=8LtD9XzASOpNwmWBx1oAD2JP1vGiWj7YyfY3FjHQ680=; b=KQ20ZT0xOs24alomT8KKLVhk0gXUnxzfknjt5xMiJcaceQaw8bhR7BsSjPKTuicHtd bBVcsa9iJB6DOp6s/8NCnjlJyNnAnwHk9NYHsHXm2LboyptjZAyv06lTiMgvXqVFJSVo DZrPk0oJ+jMM9nA9r/dsW7mnucHeNhpQUk0bvvTVLF0gc0fSuNRwN9w98KfOdMorTj6N l2uGZucNEqGzsPVwWYYwAvMs8xSiNNO9o0wfcddJ/w5PomeOc5e43GYXtyG/uqUyDtZF KHPx+tq55dqq0lYCDNFKx41cN8FlY4Qk3HyQRBC/UeCmZzd3QwFZmPlG12fc6tLIkfgm mTGQ== X-Gm-Message-State: AG10YOSm/QLcwdfbwg6o6JFuUnz7qWDDdyWz6wVYCGpr8afCQkt6xaV/vD7gwL7gXIBP7o1CoVepb7o4GvBkOA== X-Received: by 10.194.133.10 with SMTP id oy10mr18586789wjb.93.1454774049649; Sat, 06 Feb 2016 07:54:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.193.98 with HTTP; Sat, 6 Feb 2016 07:53:50 -0800 (PST) In-Reply-To: <56B50A95.4020102@zoho.com> References: <56B0D124.3010602@zoho.com> <56B506B3.2050801@zoho.com> <56B50A95.4020102@zoho.com> From: Michael Wild Date: Sat, 06 Feb 2016 15:54:00 -0000 Message-ID: Subject: Re: Tmux man page not up to date To: The Cygwin Mailing List Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00050.txt.bz2 On Fri, Feb 5, 2016 at 9:48 PM, Byron Boulton wrote: > On 2/5/2016 3:31 PM, Byron Boulton wrote: >> >> On 2/5/2016 3:01 PM, Michael Wild wrote: >>> >>> On Tue, Feb 2, 2016 at 4:54 PM Byron Boulton wrote: >>>> >>>> >>>> The man page for tmux in Cygwin is not up to date. The version of tmux >>>> in cygwin is 2.1, but the man page is not consistent with that. >>>> >>>> Specifically I noticed it because I was getting warnings about my mouse >>>> configurations settings. There was a breaking change to this for tmux >>>> 2.1 as noted in the tmux changelog on their website. >>>> >>>> Byron Boulton >>>> >>> >>> Hi Byron >>> >>> I noticed that too when I packaged tmux-2.1, however it is the file >>> that is included in the tarball, and even in the repository it has >>> still not been updated: >>> https://github.com/tmux/tmux/blob/master/tmux.1 >>> >>> Kind regards >>> >>> Michael >>> >>> -- >>> Problem reports: http://cygwin.com/problems.html >>> FAQ: http://cygwin.com/faq/ >>> Documentation: http://cygwin.com/docs.html >>> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >>> >> That's very strange. I'll open an issue on github then. >> >> Byron >> >> >> -- >> Problem reports: http://cygwin.com/problems.html >> FAQ: http://cygwin.com/faq/ >> Documentation: http://cygwin.com/docs.html >> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >> > Wait. No it looks like it's up to date on the github page. > > https://github.com/tmux/tmux/blob/master/tmux.1 has > > .It Xo Ic mouse > .Op Ic on | off > > Which is up to date. I also cloned the repo and the 2.1 tag has the mouse > on/off settings documented rather than mouse-resize-pane etc. > > So we should just need to checkout the 2.1 tag of the tmux repository, and > the man page should be up to date. > > > Byron Something's weird then... That passage you mention is also present in the man-page I have installed from the normal tar-ball. And I just verified, the manpage in the git tag is identical to the one in the tarball. Maybe your installation of the tmux package is broken? Try to reinstall it maybe? Michael -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple