Subject: Re: bin/4167: WIBNI sh supported file/command/etc completion?
To: Ted Lemon <mellon@hoffman.vix.com>
From: Charles M. Hannum <mycroft@mit.edu>
List: current-users
Date: 09/28/1997 09:31:24
> Does csh use libedit as well?   Maybe we should turn on line editing
> there too!

No; it uses the old EOL2/TIOCSTI[*] *hack* for file name completion,
and otherwise relies on the tty driver's editing mis^Wfeatures.

[*] Actually, I just looked earlier today, and found that it uses VEOL
(rather than VEOL2) for the completion character, and relies on the
tty driver always handling \n.  Is this really POSIX behaviour?