tcl.echo

Verb: Access/TCL, Releases: AP and R83

Toggles terminal echo.

Description

toggles terminal character echo on or off.

When terminal echo is off, characters entered from the keyboard are not displayed on the terminal screen.

Example

echo<return> <- enter the command.
who<return> <- type 'who'.
46 rlm krb <- the output appears.
echo<return> <- re-enable echo.
who<return> <- this displays.

See Also

Command Name Type Description
tcl.p Verb: Access Toggles terminal output.
full.duplex Definition A terminal mode which sends but does not display a keystroke.
half.duplex Definition A terminal mode which displays and sends a keystroke.
tcl.hush Verb: Access Toggles terminal echo.
basic.echo Statement Toggles terminal echo.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.