From owner-freebsd-ports@freebsd.org Tue May 16 18:10:10 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 E99AAD70D36 for ; Tue, 16 May 2017 18:10:10 +0000 (UTC) (envelope-from arcade@b1t.name) 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 D49B9DE5 for ; Tue, 16 May 2017 18:10:10 +0000 (UTC) (envelope-from arcade@b1t.name) Received: by mailman.ysv.freebsd.org (Postfix) id D0EA1D70D35; Tue, 16 May 2017 18:10:10 +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 CEE8DD70D34 for ; Tue, 16 May 2017 18:10:10 +0000 (UTC) (envelope-from arcade@b1t.name) Received: from limbo.b1t.name (limbo.b1t.name [78.25.32.206]) (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 7C2FFDE4 for ; Tue, 16 May 2017 18:10:10 +0000 (UTC) (envelope-from arcade@b1t.name) Received: from [172.29.1.188] (probe.42.lan [172.29.1.188]) by limbo.b1t.name (Postfix) with ESMTPSA id 8A82A6A for ; Tue, 16 May 2017 21:04:31 +0300 (EEST) Subject: Re: sysutils/tmux - strange behaviour with new version 2.4 To: FreeBSD Ports References: <5919E2CE.5010109@quip.cz> From: Volodymyr Kostyrko Message-ID: Date: Tue, 16 May 2017 21:04:29 +0300 User-Agent: Mozilla/5.0 (X11; DragonFly x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: <5919E2CE.5010109@quip.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=b1t.name; s=dkim; t=1494957875; bh=pky7CgxgliZBPdrs6k1fRb4pXgY2I25Ezhe6qLRrytY=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=WqS4WrCmNFWigtZ5AE8P4i/fUukYP1ziuSDqD2FMNci8dCkcuyQ+Z8u8UfgvD6ELpbgGA+GRJ/k04S24NLHYEOrP1o7FlfIsmLklhbhCCxdAcbdyrRYEufmotCNIuscrL/Smd9552qcy124riBwfwbeMSAgAJ+748jZov1UD5Fo= 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: Tue, 16 May 2017 18:10:11 -0000 Miroslav Lachman wrote: > 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 second that one. set -s escape-time 0 But this can damage text output even moar. -- Sphinx of black quartz judge my vow.