Resetting the Terminal Under VMS

If you do not call vv_exit() before returning to the shell, the terminal will remain in the NOECHO, PASTHRU, and NOEDIT modes. To reset the terminal, type the following at the DCL prompt:

set term/nopasthru/echo/line_edit

Typed input will not be visible, because the terminal state is still in NOECHO mode.


Home Contents Previous Next