CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/21 12:55:15
Modified files:
bin/csh : file.c
Log message:
Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON is
disabled and a single char of input is read at a time. This requires the line
editing capabilities provided when ICANON is enabled to be implemented.
With help and feedback from deraadt@
