From owner-freebsd-current@freebsd.org Mon Mar 13 21:26:34 2017 Return-Path: Delivered-To: freebsd-current@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 2C304D0AC0E for ; Mon, 13 Mar 2017 21:26:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DA5E18FD; Mon, 13 Mar 2017 21:26:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id EB1DB10A82E; Mon, 13 Mar 2017 17:26:32 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Cc: Ronald Klop , bapt@freebsd.org Subject: Re: pkg output overflows line Date: Mon, 13 Mar 2017 13:55:05 -0700 Message-ID: <3957920.IgeMF8Imh5@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 13 Mar 2017 17:26:33 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2017 21:26:34 -0000 On Saturday, March 11, 2017 10:01:28 AM Ronald Klop wrote: > Hello, > > Since a week or two the output of pkg overflows the lines of my 80 columns > terminal. > Like this: > > [1/3] intellij-2016.3.4.txz : 20% 59 MiB > 1.2MB/s 03:2 > [1/3] intellij-2016.3.4.txz : 21% 60 MiB > 1.2MB/s 03:2 > [1/3] intellij-2016.3.4.txz : 21% 61 MiB > 983.0kB/s 03:2 > [1/3] intellij-2016.3.4.txz : 21% 62 MiB > 1.2MB/s 03:2 > 4 ETA > > If I enlarge the terminal to 86 columns the output is correct again. > This happens in urxvt (my default), rxvt and in xterm. > > Some regression? I've noticed this same "feature" after the upgrade to 1.10. If possible please let it fit in 80 cols again. :) -- John Baldwin