From owner-freebsd-ports@freebsd.org Mon May 15 17:18:11 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89907D6EDEB for ; Mon, 15 May 2017 17:18:11 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 766D412BE for ; Mon, 15 May 2017 17:18:11 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 75C3BD6EDEA; Mon, 15 May 2017 17:18:11 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75699D6EDE9 for ; Mon, 15 May 2017 17:18:11 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F5FA12BD for ; Mon, 15 May 2017 17:18:10 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 1ABCC28462 for ; Mon, 15 May 2017 19:18:08 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 5357628458 for ; Mon, 15 May 2017 19:18:07 +0200 (CEST) To: FreeBSD Ports Subject: sysutils/tmux - strange behaviour with new version 2.4 From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <5919E2CE.5010109@quip.cz> Date: Mon, 15 May 2017 19:18:06 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2017 17:18:11 -0000 I noticed some strange behaviours with Tmux 2.4. If I run "cat /path/to/somefile.txt" sometimes part of file is missing in the output (no special characters in this text file, it is log of "pkg upgrade") And I thing some key presses are interpreted differently. (in Vim) I know that nobody can solve this without more details... so I am just asking if I am alone or somebody else have this problem too? Miroslav Lachman