Here is a small patch to further refine behavior in n_tty.c. It addresses two fine points in how received characters are treated - one to handle the signal chars in stopped TTYs more consistently, and the other to make the order of cr/nl translations more logical and consistent with other Unixes when unusual stty settings are used (e.g. if someone were to set intr to ^J). -Joe
