From owner-svn-src-head@freebsd.org Tue May 3 21:53:49 2016 Return-Path: Delivered-To: svn-src-head@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 B4FDEB2C183; Tue, 3 May 2016 21:53:49 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F577199A; Tue, 3 May 2016 21:53:49 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id u43LrmB5095390 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 3 May 2016 14:53:48 -0700 (PDT) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id u43LrmEO095389; Tue, 3 May 2016 14:53:48 -0700 (PDT) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 3 May 2016 14:53:48 -0700 From: Gleb Smirnoff To: Conrad Meyer Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r297897 - in head/usr.bin: . resizewin Message-ID: <20160503215348.GC1369@FreeBSD.org> References: <201604130030.u3D0UggB007871@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 21:53:49 -0000 Conrad, On Tue, Apr 12, 2016 at 05:42:54PM -0700, Conrad Meyer wrote: C> On Tue, Apr 12, 2016 at 5:30 PM, Conrad E. Meyer wrote: C> > Author: cem C> > Date: Wed Apr 13 00:30:42 2016 C> > New Revision: 297897 C> > URL: https://svnweb.freebsd.org/changeset/base/297897 C> > C> > Log: C> > Add a small tool, resizewin(1), to query terminal for window size C> C> Whoops. The commit message should have included this blurb from the C> phabricator review: C> C> This tool is a smaller, less featured version of resize from the xterm port. C> C> It's very useful when accessing systems via serial console that C> don't run X (e.g. dev boxes). Are there any good reasons not to call it resize then? Those who have xterm installed would have it overriden with /usr/local/bin/resize. -- Totus tuus, Glebius.