SetInputEcho(Boolean) Method

Definition

Assembly XenoAtom.Terminal.dll

Enables or disables input echo within a scope and restores the previous state when disposed (best effort).

public TerminalScope SetInputEcho(bool enabled)

Parameters

enabled
Boolean

Whether echo is enabled.

Returns

TerminalScope
A scope that restores the previous state on dispose.