From owner-freebsd-questions@FreeBSD.ORG Sun Feb 20 15:26:34 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 664CA106566B for ; Sun, 20 Feb 2011 15:26:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 14A598FC1C for ; Sun, 20 Feb 2011 15:26:33 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p1KFQXpO056525; Sun, 20 Feb 2011 08:26:33 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p1KFQW8a056522; Sun, 20 Feb 2011 08:26:33 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 20 Feb 2011 08:26:32 -0700 (MST) From: Warren Block To: Gary Kline In-Reply-To: <20110220085158.GB30569@thought.org> Message-ID: References: <20110219233736.GA20393@thought.org> <20110219235240.GA2495@libertas.local.camdensoftware.com> <20110220002300.GA21231@thought.org> <20110220085158.GB30569@thought.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sun, 20 Feb 2011 08:26:33 -0700 (MST) Cc: FreeBSD Mailing List Subject: Re: variable line-display pager? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 15:26:34 -0000 On Sun, 20 Feb 2011, Gary Kline wrote: > On Sat, Feb 19, 2011 at 06:28:07PM -0700, Warren Block wrote: >> On Sat, 19 Feb 2011, Gary Kline wrote: >> >>> Zank you, Sir Chip.. Anybody else? I'm loathe to use anything gui, >>> but here's where I'll be happy w ith something GUI THat i can >>> squeeze my "15" or small-n lines' worth into. >> >> xterm -geometry 80x18 -e 'less -N /var/log/Xorg.0.log' >> >> Why 18 to get 15 lines? One line for the less prompt, maybe two for >> the title bar on my system. > > > EGAD! Did I _really_ type 80x18? I *,EANT* 80x48 which is the > size of my Konsoles. Some reason, do not know, my mind gets > Way ahead of my fingers. You didn't, I did. An 80x18 geometry xterm provides 16 lines of text, one for the less prompt.