From owner-freebsd-bugs Thu Aug 28 14:33:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA21851 for bugs-outgoing; Thu, 28 Aug 1997 14:33:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA21833; Thu, 28 Aug 1997 14:33:10 -0700 (PDT) From: Jonathan Lemon Received: (from jlemon@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA16125; Thu, 28 Aug 1997 14:32:05 -0700 (PDT) Date: Thu, 28 Aug 1997 14:32:05 -0700 (PDT) Message-Id: <199708282132.OAA16125@freefall.freebsd.org> To: john@tlh.org, jlemon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4404 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: /usr/bin/more uses termcap ti and te State-Changed-From-To: open-closed State-Changed-By: jlemon State-Changed-When: Thu Aug 28 14:25:43 PDT 1997 State-Changed-Why: This is arguably the correct behavior. ti/te are supposed to be the startup/ending sequences for any program that uses termcap. The fix for this problem would be to use the '-e' flag for more. It could be argued that -e should be the default, but that breaks it for those of us who don't have a 'clear screen' sequence in 'te'.