From owner-cvs-usrbin Sun Mar 2 17:50:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA20145 for cvs-usrbin-outgoing; Sun, 2 Mar 1997 17:50:20 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA20034; Sun, 2 Mar 1997 17:48:20 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id SAA01676; Sun, 2 Mar 1997 18:48:15 -0700 (MST) Date: Sun, 2 Mar 1997 18:48:15 -0700 (MST) Message-Id: <199703030148.SAA01676@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Joerg Wunsch Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/more command.c more.1 In-Reply-To: <199703021855.KAA25472@freefall.freebsd.org> References: <199703021855.KAA25472@freefall.freebsd.org> Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: usr.bin/more command.c more.1 > Log: > Make more not immediately exit on a short file, if the -e option is > given. This makes more -e basically usable at all when your termcap > entry supports an alternate screen buffer (like xterm-r6). Is there a way to make more ignore the alternate screen buffer feature? I often ctrl-Z out of the files I'm editing and more the original file to see what I just deleted accidentally, or more a file and use the scrollbar to go look at what it was. The alternate screen stuff makes the scrollbars useless, so even if my screen supports it I want them disabled at least some of the time. Nate