> From: Sven <aluoor@xxxxxxxxx> > 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 _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos