From owner-freebsd-current@freebsd.org Sat Mar 11 09:01:38 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 B7D24D07086 for ; Sat, 11 Mar 2017 09:01:38 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8304413C2 for ; Sat, 11 Mar 2017 09:01:38 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1cmcu1-0002yF-1f for freebsd-current@freebsd.org; Sat, 11 Mar 2017 10:01:29 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-current@freebsd.org Date: Sat, 11 Mar 2017 10:01:28 +0100 Subject: pkg output overflows line MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: a8ecdd0179e5342c74548fafd5461917 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: Sat, 11 Mar 2017 09:01:38 -0000 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? Regards, Ronald.