Method | Description | |
---|---|---|
FullReset ( ) : void | ||
GetFocusReportingMode ( ) : bool | ||
ProcessChar ( char ch ) : void | ||
ProcessMouse ( TerminalMouseAction action, MouseButtons button, Keys modKeys, int row, int col ) : bool | ||
XTerm ( Poderosa.Terminal.TerminalInitializeInfo info ) : System |
Method | Description | |
---|---|---|
ClearScreen ( ) : void | ||
GetNextTabStop ( int start ) : int | ||
GetPrevTabStop ( int start ) : int | ||
ProcessAfterCSI ( string param, char code ) : ProcessCharResult | ||
ProcessAfterOSC ( string param, char code ) : ProcessCharResult | ||
ProcessControlChar ( char ch ) : ProcessCharResult | ||
ProcessDECSET ( string param, char code ) : ProcessCharResult | ||
ProcessDeviceAttributes ( string param ) : void | ||
ProcessEscapeSequence ( char code, char seq, int offset ) : ProcessCharResult | ||
ProcessNormalChar ( char ch ) : ProcessCharResult | ||
ProcessRestoreDECSET ( string param, char code ) : ProcessCharResult | ||
ProcessSGR ( string param ) : void | ||
ProcessSaveDECSET ( string param, char code ) : ProcessCharResult | ||
RestoreCursor ( ) : void | ||
SaveCursor ( ) : void | ||
SwitchBuffer ( bool toAlternate ) : void |
Method | Description | |
---|---|---|
ClearAllTabStop ( ) : void | ||
EnsureTabStops ( int length ) : void | ||
InitTabStops ( ) : void | ||
ModifyCursorKey ( Keys modifier, Keys key ) : byte[] | ||
ProcessBackwardTab ( string param ) : void | ||
ProcessEraseChars ( string param ) : void | ||
ProcessForwardTab ( string param ) : void | ||
ProcessLineColumnAbsolute ( string param ) : void | ||
ProcessLinePositionAbsolute ( string param ) : void | ||
ProcessScrollDown ( string param ) : void | ||
ProcessScrollUp ( string param ) : void | ||
ProcessTabClear ( string param ) : void | ||
ResetMouseTracking ( MouseTrackingState newState ) : void | ||
RestoreScreen ( int sw ) : void | ||
SaveScreen ( int sw ) : void | ||
SequenceKeyData ( Keys modifier, Keys key ) : byte[] | ||
SetBackColorByRGB ( Poderosa.Document.TextDecoration dec, int r, int g, int b ) : Poderosa.Document.TextDecoration | ||
SetForeColorByRGB ( Poderosa.Document.TextDecoration dec, int r, int g, int b ) : Poderosa.Document.TextDecoration | ||
SetReverseVideo ( bool reverse ) : void | ||
SetTabStop ( int index, bool value ) : void | ||
SoftTerminalReset ( string param ) : ProcessCharResult | ||
XtermFunctionKey ( Keys modifier, Keys key ) : byte[] | ||
XtermFunctionKeyF1ToF4 ( int m, byte c ) : byte[] | ||
XtermFunctionKeyF5ToF12 ( int m, byte c1, byte c2 ) : byte[] |
protected ProcessAfterCSI ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
return | ProcessCharResult |
protected ProcessAfterOSC ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
return | ProcessCharResult |
protected ProcessControlChar ( char ch ) : ProcessCharResult | ||
ch | char | |
return | ProcessCharResult |
protected ProcessDECSET ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
return | ProcessCharResult |
protected ProcessDeviceAttributes ( string param ) : void | ||
param | string | |
return | void |
protected ProcessEscapeSequence ( char code, char seq, int offset ) : ProcessCharResult | ||
code | char | |
seq | char | |
offset | int | |
return | ProcessCharResult |
public ProcessMouse ( TerminalMouseAction action, MouseButtons button, Keys modKeys, int row, int col ) : bool | ||
action | TerminalMouseAction | |
button | MouseButtons | |
modKeys | Keys | |
row | int | |
col | int | |
return | bool |
protected ProcessNormalChar ( char ch ) : ProcessCharResult | ||
ch | char | |
return | ProcessCharResult |
protected ProcessRestoreDECSET ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
return | ProcessCharResult |
protected ProcessSaveDECSET ( string param, char code ) : ProcessCharResult | ||
param | string | |
code | char | |
return | ProcessCharResult |
protected SwitchBuffer ( bool toAlternate ) : void | ||
toAlternate | bool | |
return | void |
public XTerm ( Poderosa.Terminal.TerminalInitializeInfo info ) : System | ||
info | Poderosa.Terminal.TerminalInitializeInfo | |
return | System |