From owner-freebsd-bugs Sun Aug 6 00:57:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id AAA29665 for bugs-outgoing; Sun, 6 Aug 1995 00:57:10 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA29638 ; Sun, 6 Aug 1995 09:57:08 +0200 Date: Sun, 6 Aug 1995 09:57:08 +0200 From: Joerg Wunsch Message-Id: <199508060757.JAA29638@freefall.cdrom.com> To: ljking@ljk.ocunix.on.ca, joerg, freebsd-bugs Subject: Re: bin/654 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: vi executes an external program and prints "stty: TIOCGETD: Operation not supported" State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Aug 6 09:54:57 MET DST 1995 State-Changed-Why: This is a no-bug (pilot error). The call to stty does most likely happen from a ~/.cshrc file where it's probably not protected by an ``if($?prompt)'' block. It's in no way vi's faul (and cannot be reproduced as such).