Date: Sun, 8 Apr 2001 20:20:03 -0700 (PDT) From: Dima Dorfman <dima@unixfreak.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/26446: csh broken in 4.3-RC Message-ID: <200104090320.f393K3q70551@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/26446; it has been noted by GNATS. From: Dima Dorfman <dima@unixfreak.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104090320.f393K3q70551>