UseRawMode(TerminalRawModeKind) Method

Definition

Assembly XenoAtom.Terminal.dll

Enables raw/cbreak input mode within a scope (best effort).

TerminalScope UseRawMode(TerminalRawModeKind kind)

Parameters

kind
TerminalRawModeKind

The raw mode kind.

Returns

TerminalScope
A scope that restores the previous state on dispose.