I'm running SVR4.2. Why is the line erased every time I type `@'?

I'm running SVR4.2. Why is the line erased every time I type `@'?


The `@' character is the default `line kill' character in most
versions of System V, including SVR4.2. You can change this
character to whatever you want using `stty'. For example, to
change the line kill character to control-u, type

stty kill ^U

where the `^' and `U' can be two separate characters.



Home FAQ