NetBSD/bin/csh
itohy e50ba7ea8f Fixed ancient bug in csh(1) "filec" implementation.
We need not wait for a while any longer after pressing ESC or ^D.

Problem description:
If a user types characters during performing completion (ESC)
or listings (^D), the chars are inserted at weird position of
the command line.
This makes the command line unusable and irritates the user.
I noticed this on 386BSD(98), probably six years ago.

This change fixes the bug by implementing salvage of the characters.
The salvaged chars are added at the end of the command line.
An extra ioctl(FIONREAD) is required to work-around a glitch on
kernel tty driver.
1998-12-26 02:11:39 +00:00
..
USD.doc fix nroff error per PR#5347 1998-04-27 20:50:37 +00:00
Makefile
alloc.c
char.c
char.h
const.c
csh.1
csh.c
csh.h
dir.c
dir.h
dol.c Add some braces to make egcs happy. 1998-08-19 01:31:46 +00:00
err.c
exec.c
exp.c
extern.h
file.c Fixed ancient bug in csh(1) "filec" implementation. 1998-12-26 02:11:39 +00:00
func.c
glob.c
hist.c
init.c
lex.c
misc.c
parse.c
pathnames.h
proc.c
proc.h
sem.c
set.c
str.c
strpct.c
time.c