In article <436 at bria> uunet!bria!mike writes: > stty -g >$HOME/.stty I also recommend this technique (assuming that stty -g is supported on your system). It is the shell script equivalent of saving a struct termio obtained via TCGETA and later restoring it via TSETAW in a C program.