From owner-freebsd-bugs Sun Apr 8 20:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9FD637B422 for ; Sun, 8 Apr 2001 20:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f393K3q70551; Sun, 8 Apr 2001 20:20:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 8 Apr 2001 20:20:03 -0700 (PDT) Message-Id: <200104090320.f393K3q70551@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: bin/26446: csh broken in 4.3-RC Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26446; it has been noted by GNATS. From: Dima Dorfman To: davidx@viasoft.com.cn Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/26446: csh broken in 4.3-RC Date: Sun, 08 Apr 2001 20:12:08 -0700 davidx@viasoft.com.cn writes: > > >Number: 26446 > >Category: bin > >Synopsis: csh broken in 4.3-RC > > >Description: > when root user run csh as his shell, input some chars on command > line and the n pressing up and down arrow key has no effect, you can > not scroll to history command. This is expected behavior; it's trying to search through the history list for a command beginning with whatever you started typing. See rev. 1.28 of src/etc/root/dot.cshrc and tcsh(1) (search for "history-search-backward"). Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message