-
Home
-
API
-
XenoAtom.Terminal
-
TerminalInstance
-
Methods
-
SetInputEcho(Boolean)
Definition
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.