PrivateMode(Int32, Boolean) Method

Definition

Assembly XenoAtom.Terminal.dll

Sets or resets a DEC private mode (DECSET/DECRST) (ESC [ ? n h / ESC [ ? n l).

public static TerminalInstance PrivateMode(int mode, bool enabled)

Parameters

mode
Int32

The DEC private mode number.

enabled
Boolean

true to set; false to reset.

Returns

TerminalInstance
This writer, for fluent chaining.