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