HUSH
Suppresses the display (echo) of data typed at the keyboard.
Command Class
TCL-I command.
Syntax
HUSH
Comments
In normal use, each character (keystroke) typed at a terminal is echoed back to the terminal (displayed on the screen) by the host computer. This is called terminal echo.
The NOHUSH command is used to restore terminal echo.
Example
:HUSH
:
None of the characters typed at the keyboard are displayed on the screen once the HUSH command is entered.