SetInputEcho(Boolean) Method

Definition

Assembly XenoAtom.Terminal.dll

Enables or disables input echo within a scope (best effort).

TerminalScope SetInputEcho(bool enabled)

Parameters

enabled
Boolean

Whether echo is enabled.

Returns

TerminalScope
A scope that restores the previous state on dispose.