From owner-cvs-usrbin Sun Mar 2 10:55:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA25479 for cvs-usrbin-outgoing; Sun, 2 Mar 1997 10:55:46 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA25472; Sun, 2 Mar 1997 10:55:44 -0800 (PST) Date: Sun, 2 Mar 1997 10:55:44 -0800 (PST) From: Joerg Wunsch Message-Id: <199703021855.KAA25472@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/more command.c more.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/03/02 10:55:43 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). I wonder whether we should make more -e the default. Oure more seems to be the only one on the world with this funny behaviour. 2.2 candidate Submitted by: dawes@rf900.physics.usyd.edu.au (David Dawes) Revision Changes Path 1.7 +1 -1 src/usr.bin/more/command.c 1.4 +0 -3 src/usr.bin/more/more.1