[CentOS] default stty profile settings in CentOS

Tue Jan 20 14:42:20 UTC 2009
John Doe <jdmls at yahoo.com>

> From: Sven <aluoor at gmail.com>
> I am here at a customer who have this in profile (.cshrc):
> stty erase "^H" kill "^?" intr "^C"
> Backspace clears the hole command line. How is the CentOS default?

>From the man page:

       erase CHAR, will erase the last character typed
       intr CHAR, will send an interrupt signal
       kill CHAR, will erase the current line

So you might want to replace 'kill' with 'erase'...

JD