PROBLEM: (UVO104297) (Patch ID: OSF375-350239) ******** This problem occurs after exiting a ksh session. In some cases, the tty modes have been reset. A tty sane is needed to restore the modes. When this problem occurs, keyboard input is not echoed after ksh is exited. execute the following: /usr/bin/ksh set -o emacs touch /tmp/foo trap 'rm -f /tmp/foo' EXIT TMOUT=1 Now wait 60 seconds. When the ksh exits, the keyboard should echo characters. If it does not, then this bug has occured. PROBLEM: (QAR 45801,QAR 61048,EVT102530) (Patch ID: OSF375-189) ******** This patch fixes a problem that was caused by the Korn shell running in EMACS mode. When a window was resized with a width that exceeded 160 characters, the next command (or even a return) would cause the ksh utility to core dump.