Свойство | Тип | Описание | |
---|---|---|---|
_insertMode | bool | ||
_scrollRegionRelative | bool |
Метод | Описание | |
---|---|---|
VT100Terminal ( Poderosa.Terminal.TerminalInitializeInfo info ) : System |
Метод | Описание | |
---|---|---|
ChangeMode ( TerminalMode mode ) : void | ||
Index ( ) : void | ||
ParseSGRCode ( string param ) : int | ||
ProcessAfterCSI ( string param, char code ) : ProcessCharResult | ||
ProcessAfterOSC ( string param, char code ) : ProcessCharResult | ||
ProcessCursorMove ( string param, char method ) : void | ||
ProcessCursorPosition ( int row, int col ) : void | ||
ProcessCursorPosition ( string param ) : void | ||
ProcessDECSET ( string param, char code ) : ProcessCharResult | ||
ProcessDeleteLines ( string param ) : void | ||
ProcessDeviceAttributes ( string param ) : void | ||
ProcessDeviceStatusReport ( string param ) : void | ||
ProcessEraseInDisplay ( string param ) : void | ||
ProcessEscapeSequence ( char code, char seq, int offset ) : ProcessCharResult | ||
ProcessInsertLines ( string param ) : void | ||
ProcessNextLine ( ) : void | ||
ProcessRestoreDECSET ( string param, char code ) : ProcessCharResult | ||
ProcessSGR ( string param ) : void | ||
ProcessSGRParameterANSI ( int code, Poderosa.Text.TextDecoration &dec ) : void | ||
ProcessSaveDECSET ( string param, char code ) : ProcessCharResult | ||
ProcessSetMode ( string param, char code ) : ProcessCharResult | ||
ProcessSetScrollingRegion ( string param ) : void | ||
ResetInternal ( ) : void | ||
RestoreCursor ( ) : void | ||
ReverseIndex ( ) : void | ||
SaveCursor ( ) : void | ||
SelectBackgroundColor ( Poderosa.Text.TextDecoration dec, int index ) : Poderosa.Text.TextDecoration | ||
SelectForeColor ( Poderosa.Text.TextDecoration dec, int index ) : Poderosa.Text.TextDecoration |
Метод | Описание | |
---|---|---|
EraseLeft ( ) : void | ||
EraseLine ( ) : void | ||
EraseRight ( ) : void | ||
ProcessDECSETMulti ( string param, char code ) : ProcessCharResult | ||
ProcessEraseInLine ( string param ) : void | ||
SequenceKeyData ( Keys modifier, Keys body ) : byte[] |
protected ChangeMode ( TerminalMode mode ) : void | ||
mode | TerminalMode | |
Результат | void |
protected ParseSGRCode ( string param ) : int | ||
param | string | |
Результат | int |
protected ProcessAfterCSI ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
Результат | ProcessCharResult |
protected ProcessAfterOSC ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
Результат | ProcessCharResult |
protected ProcessCursorMove ( string param, char method ) : void | ||
param | string | |
method | char | |
Результат | void |
protected ProcessCursorPosition ( int row, int col ) : void | ||
row | int | |
col | int | |
Результат | void |
protected ProcessCursorPosition ( string param ) : void | ||
param | string | |
Результат | void |
protected ProcessDECSET ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
Результат | ProcessCharResult |
protected ProcessDeleteLines ( string param ) : void | ||
param | string | |
Результат | void |
protected ProcessDeviceAttributes ( string param ) : void | ||
param | string | |
Результат | void |
protected ProcessDeviceStatusReport ( string param ) : void | ||
param | string | |
Результат | void |
protected ProcessEraseInDisplay ( string param ) : void | ||
param | string | |
Результат | void |
protected ProcessEscapeSequence ( char code, char seq, int offset ) : ProcessCharResult | ||
code | char | |
seq | char | |
offset | int | |
Результат | ProcessCharResult |
protected ProcessInsertLines ( string param ) : void | ||
param | string | |
Результат | void |
protected ProcessRestoreDECSET ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
Результат | ProcessCharResult |
protected ProcessSGR ( string param ) : void | ||
param | string | |
Результат | void |
protected ProcessSGRParameterANSI ( int code, Poderosa.Text.TextDecoration &dec ) : void | ||
code | int | |
dec | Poderosa.Text.TextDecoration | |
Результат | void |
protected ProcessSaveDECSET ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
Результат | ProcessCharResult |
protected ProcessSetMode ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
Результат | ProcessCharResult |
protected ProcessSetScrollingRegion ( string param ) : void | ||
param | string | |
Результат | void |
protected SelectBackgroundColor ( Poderosa.Text.TextDecoration dec, int index ) : Poderosa.Text.TextDecoration | ||
dec | Poderosa.Text.TextDecoration | |
index | int | |
Результат | Poderosa.Text.TextDecoration |
protected SelectForeColor ( Poderosa.Text.TextDecoration dec, int index ) : Poderosa.Text.TextDecoration | ||
dec | Poderosa.Text.TextDecoration | |
index | int | |
Результат | Poderosa.Text.TextDecoration |
public VT100Terminal ( Poderosa.Terminal.TerminalInitializeInfo info ) : System | ||
info | Poderosa.Terminal.TerminalInitializeInfo | |
Результат | System |