Bug 26446

Summary: csh broken in 4.3-RC
Product: Base System Reporter: davidx <davidx>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description davidx 2001-04-09 04:00:09 UTC
when root user run csh as his shell, input some chars on command line and then pressing up and down arrow key has no effect, you can not scroll to history command.

Fix: 

don't know.
How-To-Repeat: set csh as root user's default shell, login as root, press enter, you have a blank command line, then input a char, then press up arrow key, you can not scroll to history command, it generates a bell.
Comment 1 dima 2001-04-09 04:12:08 UTC
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
Comment 2 dd freebsd_committer freebsd_triage 2001-04-10 02:06:23 UTC
State Changed
From-To: open->closed

Originator reports satisfaction with my explanation via private mail.