Class CsiSequences
Inheritance
object
CsiSequences
Assembly: Terminaux.dll
Syntax
public static class CsiSequences
Methods
|
Edit this page
View Source
GenerateCsiChangeAttributesInRectangularArea(int, int, int, int, string)
Generates an escape sequence of type CSI with action CsiChangeAttributesInRectangularArea
Declaration
public static string GenerateCsiChangeAttributesInRectangularArea(int pt, int pl, int pb, int pr, string attributes)
Parameters
| Type |
Name |
Description |
| int |
pt |
|
| int |
pl |
|
| int |
pb |
|
| int |
pr |
|
| string |
attributes |
|
Returns
|
Edit this page
View Source
GenerateCsiCharacterAttributes(string)
Generates an escape sequence of type CSI with action CsiCharacterAttributes
Declaration
public static string GenerateCsiCharacterAttributes(string mode)
Parameters
| Type |
Name |
Description |
| string |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiCopyRectangularArea(int, int, int, int, int, int, int, int)
Generates an escape sequence of type CSI with action CsiCopyRectangularArea
Declaration
public static string GenerateCsiCopyRectangularArea(int ptSrc, int plSrc, int pbSrc, int prSrc, int sourcePage, int ptTarget, int plTarget, int targetPage)
Parameters
| Type |
Name |
Description |
| int |
ptSrc |
|
| int |
plSrc |
|
| int |
pbSrc |
|
| int |
prSrc |
|
| int |
sourcePage |
|
| int |
ptTarget |
|
| int |
plTarget |
|
| int |
targetPage |
|
Returns
|
Edit this page
View Source
GenerateCsiCursorBackwardTabulation(int)
Generates an escape sequence of type CSI with action CsiCursorBackwardTabulation
Declaration
public static string GenerateCsiCursorBackwardTabulation(int stops)
Parameters
| Type |
Name |
Description |
| int |
stops |
|
Returns
|
Edit this page
View Source
GenerateCsiCursorCharacterAbsoluteLine(int)
Generates an escape sequence of type CSI with action CsiCursorCharacterAbsoluteLine
Declaration
public static string GenerateCsiCursorCharacterAbsoluteLine(int column)
Parameters
| Type |
Name |
Description |
| int |
column |
|
Returns
|
Edit this page
View Source
GenerateCsiCursorForwardTabulation(int)
Generates an escape sequence of type CSI with action CsiCursorForwardTabulation
Declaration
public static string GenerateCsiCursorForwardTabulation(int stops)
Parameters
| Type |
Name |
Description |
| int |
stops |
|
Returns
|
Edit this page
View Source
GenerateCsiCursorPosition(int, int)
Generates an escape sequence of type CSI with action CsiCursorPosition
Declaration
public static string GenerateCsiCursorPosition(int column, int row)
Parameters
| Type |
Name |
Description |
| int |
column |
|
| int |
row |
|
Returns
|
Edit this page
View Source
GenerateCsiCursorPositionAbsolute(int)
Generates an escape sequence of type CSI with action CsiCursorPositionAbsolute
Declaration
public static string GenerateCsiCursorPositionAbsolute(int column)
Parameters
| Type |
Name |
Description |
| int |
column |
|
Returns
|
Edit this page
View Source
GenerateCsiCursorPositionRelative(int)
Generates an escape sequence of type CSI with action CsiCursorPositionRelative
Declaration
public static string GenerateCsiCursorPositionRelative(int column)
Parameters
| Type |
Name |
Description |
| int |
column |
|
Returns
|
Edit this page
View Source
GenerateCsiDecPrivateModeValues(string)
Generates an escape sequence of type CSI with action CsiDecPrivateModeValues
Declaration
public static string GenerateCsiDecPrivateModeValues(string values)
Parameters
| Type |
Name |
Description |
| string |
values |
|
Returns
|
Edit this page
View Source
GenerateCsiDeleteChars(int)
Generates an escape sequence of type CSI with action CsiDeleteChars
Declaration
public static string GenerateCsiDeleteChars(int chars)
Parameters
| Type |
Name |
Description |
| int |
chars |
|
Returns
|
Edit this page
View Source
GenerateCsiDeleteColumns(int)
Generates an escape sequence of type CSI with action CsiDeleteColumns
Declaration
public static string GenerateCsiDeleteColumns(int columns)
Parameters
| Type |
Name |
Description |
| int |
columns |
|
Returns
|
Edit this page
View Source
GenerateCsiDeleteLine(int)
Generates an escape sequence of type CSI with action CsiDeleteLine
Declaration
public static string GenerateCsiDeleteLine(int lines)
Parameters
| Type |
Name |
Description |
| int |
lines |
|
Returns
|
Edit this page
View Source
GenerateCsiDeviceStatusReport(int)
Generates an escape sequence of type CSI with action CsiDeviceStatusReport
Declaration
public static string GenerateCsiDeviceStatusReport(int report)
Parameters
| Type |
Name |
Description |
| int |
report |
|
Returns
|
Edit this page
View Source
GenerateCsiDeviceStatusReportDec(int)
Generates an escape sequence of type CSI with action CsiDeviceStatusReportDec
Declaration
public static string GenerateCsiDeviceStatusReportDec(int report)
Parameters
| Type |
Name |
Description |
| int |
report |
|
Returns
|
Edit this page
View Source
GenerateCsiDisableKeyModifierOptions(int)
Generates an escape sequence of type CSI with action CsiDisableKeyModifierOptions
Declaration
public static string GenerateCsiDisableKeyModifierOptions(int report)
Parameters
| Type |
Name |
Description |
| int |
report |
|
Returns
|
Edit this page
View Source
GenerateCsiEnableFilterRectangle(int, int, int, int)
Generates an escape sequence of type CSI with action CsiEnableFilterRectangle
Declaration
public static string GenerateCsiEnableFilterRectangle(int pt, int pl, int pb, int pr)
Parameters
| Type |
Name |
Description |
| int |
pt |
|
| int |
pl |
|
| int |
pb |
|
| int |
pr |
|
Returns
|
Edit this page
View Source
GenerateCsiEraseCharacters(int)
Generates an escape sequence of type CSI with action CsiEraseCharacters
Declaration
public static string GenerateCsiEraseCharacters(int chars)
Parameters
| Type |
Name |
Description |
| int |
chars |
|
Returns
|
Edit this page
View Source
GenerateCsiEraseInDisplay(int)
Generates an escape sequence of type CSI with action CsiEraseInDisplay
Declaration
public static string GenerateCsiEraseInDisplay(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiEraseInDisplayDecsed(int)
Generates an escape sequence of type CSI with action CsiEraseInDisplayDecsed
Declaration
public static string GenerateCsiEraseInDisplayDecsed(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiEraseInLine(int)
Generates an escape sequence of type CSI with action CsiEraseInLine
Declaration
public static string GenerateCsiEraseInLine(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiEraseInLineDecsel(int)
Generates an escape sequence of type CSI with action CsiEraseInLineDecsel
Declaration
public static string GenerateCsiEraseInLineDecsel(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiEraseRectangularArea(int, int, int, int)
Generates an escape sequence of type CSI with action CsiEraseRectangularArea
Declaration
public static string GenerateCsiEraseRectangularArea(int pt, int pl, int pb, int pr)
Parameters
| Type |
Name |
Description |
| int |
pt |
|
| int |
pl |
|
| int |
pb |
|
| int |
pr |
|
Returns
|
Edit this page
View Source
GenerateCsiFillRectangularArea(char, int, int, int, int)
Generates an escape sequence of type CSI with action CsiFillRectangularArea
Declaration
public static string GenerateCsiFillRectangularArea(char character, int pt, int pl, int pb, int pr)
Parameters
| Type |
Name |
Description |
| char |
character |
|
| int |
pt |
|
| int |
pl |
|
| int |
pb |
|
| int |
pr |
|
Returns
|
Edit this page
View Source
GenerateCsiInitiateHighlightMouseTracking(int, int, int, int, int)
Generates an escape sequence of type CSI with action CsiInitiateHighlightMouseTracking
Declaration
public static string GenerateCsiInitiateHighlightMouseTracking(int func, int startX, int startY, int firstRow, int lastRow)
Parameters
| Type |
Name |
Description |
| int |
func |
|
| int |
startX |
|
| int |
startY |
|
| int |
firstRow |
|
| int |
lastRow |
|
Returns
|
Edit this page
View Source
GenerateCsiInsertBlankCharacters(int)
Generates an escape sequence of type CSI with action CsiInsertBlankCharacters
Declaration
public static string GenerateCsiInsertBlankCharacters(int blanks)
Parameters
| Type |
Name |
Description |
| int |
blanks |
|
Returns
|
Edit this page
View Source
GenerateCsiInsertColumns(int)
Generates an escape sequence of type CSI with action CsiInsertColumns
Declaration
public static string GenerateCsiInsertColumns(int columns)
Parameters
| Type |
Name |
Description |
| int |
columns |
|
Returns
|
Edit this page
View Source
GenerateCsiInsertLine(int)
Generates an escape sequence of type CSI with action CsiInsertLine
Declaration
public static string GenerateCsiInsertLine(int lines)
Parameters
| Type |
Name |
Description |
| int |
lines |
|
Returns
|
Edit this page
View Source
GenerateCsiLeftTopPosition(int, int)
Generates an escape sequence of type CSI with action CsiLeftTopPosition
Declaration
public static string GenerateCsiLeftTopPosition(int column, int row)
Parameters
| Type |
Name |
Description |
| int |
column |
|
| int |
row |
|
Returns
|
Edit this page
View Source
GenerateCsiLinePositionAbsolute(int)
Generates an escape sequence of type CSI with action CsiLinePositionAbsolute
Declaration
public static string GenerateCsiLinePositionAbsolute(int row)
Parameters
| Type |
Name |
Description |
| int |
row |
|
Returns
|
Edit this page
View Source
GenerateCsiLinePositionRelative(int)
Generates an escape sequence of type CSI with action CsiLinePositionRelative
Declaration
public static string GenerateCsiLinePositionRelative(int row)
Parameters
| Type |
Name |
Description |
| int |
row |
|
Returns
|
Edit this page
View Source
GenerateCsiLoadLeds(int)
Generates an escape sequence of type CSI with action CsiLoadLeds
Declaration
public static string GenerateCsiLoadLeds(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiLocatorReporting(int, int)
Generates an escape sequence of type CSI with action CsiLocatorReporting
Declaration
public static string GenerateCsiLocatorReporting(int locatorMode, int measurement)
Parameters
| Type |
Name |
Description |
| int |
locatorMode |
|
| int |
measurement |
|
Returns
|
Edit this page
View Source
Generates an escape sequence of type CSI with action CsiMediaCopy
Declaration
public static string GenerateCsiMediaCopy(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
Generates an escape sequence of type CSI with action CsiMediaCopyPrivate
Declaration
public static string GenerateCsiMediaCopyPrivate(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiMoveCursorDown(int)
Generates an escape sequence of type CSI with action CsiMoveCursorDown
Declaration
public static string GenerateCsiMoveCursorDown(int times)
Parameters
| Type |
Name |
Description |
| int |
times |
|
Returns
|
Edit this page
View Source
GenerateCsiMoveCursorLeft(int)
Generates an escape sequence of type CSI with action CsiMoveCursorLeft
Declaration
public static string GenerateCsiMoveCursorLeft(int times)
Parameters
| Type |
Name |
Description |
| int |
times |
|
Returns
|
Edit this page
View Source
GenerateCsiMoveCursorNextLine(int)
Generates an escape sequence of type CSI with action CsiMoveCursorNextLine
Declaration
public static string GenerateCsiMoveCursorNextLine(int times)
Parameters
| Type |
Name |
Description |
| int |
times |
|
Returns
|
Edit this page
View Source
GenerateCsiMoveCursorPreviousLine(int)
Generates an escape sequence of type CSI with action CsiMoveCursorPreviousLine
Declaration
public static string GenerateCsiMoveCursorPreviousLine(int times)
Parameters
| Type |
Name |
Description |
| int |
times |
|
Returns
|
Edit this page
View Source
GenerateCsiMoveCursorRight(int)
Generates an escape sequence of type CSI with action CsiMoveCursorRight
Declaration
public static string GenerateCsiMoveCursorRight(int times)
Parameters
| Type |
Name |
Description |
| int |
times |
|
Returns
|
Edit this page
View Source
GenerateCsiMoveCursorUp(int)
Generates an escape sequence of type CSI with action CsiMoveCursorUp
Declaration
public static string GenerateCsiMoveCursorUp(int times)
Parameters
| Type |
Name |
Description |
| int |
times |
|
Returns
|
Edit this page
View Source
GenerateCsiPopColorFromStack()
Generates an escape sequence of type CSI with action CsiPopColorFromStack
Declaration
public static string GenerateCsiPopColorFromStack()
Returns
|
Edit this page
View Source
GenerateCsiPopColorFromStackWithArgs(string)
Generates an escape sequence of type CSI with action CsiPopColorFromStackWithArgs
Declaration
public static string GenerateCsiPopColorFromStackWithArgs(string parameters)
Parameters
| Type |
Name |
Description |
| string |
parameters |
|
Returns
|
Edit this page
View Source
GenerateCsiPopVideoAttributesFromStack()
Generates an escape sequence of type CSI with action CsiPopVideoAttributesFromStack
Declaration
public static string GenerateCsiPopVideoAttributesFromStack()
Returns
|
Edit this page
View Source
GenerateCsiPopVideoAttributesFromStackXterm()
Generates an escape sequence of type CSI with action CsiPopVideoAttributesFromStackXterm
Declaration
public static string GenerateCsiPopVideoAttributesFromStackXterm()
Returns
|
Edit this page
View Source
GenerateCsiPushColorToStack()
Generates an escape sequence of type CSI with action CsiPushColorToStack
Declaration
public static string GenerateCsiPushColorToStack()
Returns
|
Edit this page
View Source
GenerateCsiPushColorToStackWithArgs(string)
Generates an escape sequence of type CSI with action CsiPushColorToStackWithArgs
Declaration
public static string GenerateCsiPushColorToStackWithArgs(string parameters)
Parameters
| Type |
Name |
Description |
| string |
parameters |
|
Returns
|
Edit this page
View Source
GenerateCsiPushVideoAttributesToStack()
Generates an escape sequence of type CSI with action CsiPushVideoAttributesToStack
Declaration
public static string GenerateCsiPushVideoAttributesToStack()
Returns
|
Edit this page
View Source
GenerateCsiPushVideoAttributesToStackWithArgs(string)
Generates an escape sequence of type CSI with action CsiPushVideoAttributesToStackWithArgs
Declaration
public static string GenerateCsiPushVideoAttributesToStackWithArgs(string args)
Parameters
| Type |
Name |
Description |
| string |
args |
|
Returns
|
Edit this page
View Source
GenerateCsiPushVideoAttributesToStackXterm()
Generates an escape sequence of type CSI with action CsiPushVideoAttributesToStackXterm
Declaration
public static string GenerateCsiPushVideoAttributesToStackXterm()
Returns
|
Edit this page
View Source
GenerateCsiPushVideoAttributesToStackXtermWithArgs(string)
Generates an escape sequence of type CSI with action CsiPushVideoAttributesToStackXtermWithArgs
Declaration
public static string GenerateCsiPushVideoAttributesToStackXtermWithArgs(string parameters)
Parameters
| Type |
Name |
Description |
| string |
parameters |
|
Returns
|
Edit this page
View Source
GenerateCsiQueryKeyModifierOptions(int)
Generates an escape sequence of type CSI with action CsiQueryKeyModifierOptions
Declaration
public static string GenerateCsiQueryKeyModifierOptions(int resource)
Parameters
| Type |
Name |
Description |
| int |
resource |
|
Returns
|
Edit this page
View Source
GenerateCsiRectangularAreaChecksum(int, int, int, int, int, int)
Generates an escape sequence of type CSI with action CsiRectangularAreaChecksum
Declaration
public static string GenerateCsiRectangularAreaChecksum(int requestId, int pageNumber, int pt, int pl, int pb, int pr)
Parameters
| Type |
Name |
Description |
| int |
requestId |
|
| int |
pageNumber |
|
| int |
pt |
|
| int |
pl |
|
| int |
pb |
|
| int |
pr |
|
Returns
|
Edit this page
View Source
GenerateCsiRepeatGraphicCharacter(int)
Generates an escape sequence of type CSI with action CsiRepeatGraphicCharacter
Declaration
public static string GenerateCsiRepeatGraphicCharacter(int times)
Parameters
| Type |
Name |
Description |
| int |
times |
|
Returns
|
Edit this page
View Source
GenerateCsiReportGraphicsRenditionRectangularArea(int, int, int, int)
Generates an escape sequence of type CSI with action CsiReportGraphicsRenditionRectangularArea
Declaration
public static string GenerateCsiReportGraphicsRenditionRectangularArea(int pt, int pl, int pb, int pr)
Parameters
| Type |
Name |
Description |
| int |
pt |
|
| int |
pl |
|
| int |
pb |
|
| int |
pr |
|
Returns
|
Edit this page
View Source
GenerateCsiReportPaletteStack()
Generates an escape sequence of type CSI with action CsiReportPaletteStack
Declaration
public static string GenerateCsiReportPaletteStack()
Returns
|
Edit this page
View Source
GenerateCsiReportXtermVersion(int)
Generates an escape sequence of type CSI with action CsiReportXtermVersion
Declaration
public static string GenerateCsiReportXtermVersion(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiRequestAnsiMode(int)
Generates an escape sequence of type CSI with action CsiRequestAnsiMode
Declaration
public static string GenerateCsiRequestAnsiMode(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiRequestDecPrivateMode(int)
Generates an escape sequence of type CSI with action CsiRequestDecPrivateMode
Declaration
public static string GenerateCsiRequestDecPrivateMode(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiRequestLocatorPosition(int)
Generates an escape sequence of type CSI with action CsiRequestLocatorPosition
Declaration
public static string GenerateCsiRequestLocatorPosition(int transmit)
Parameters
| Type |
Name |
Description |
| int |
transmit |
|
Returns
|
Edit this page
View Source
GenerateCsiRequestPresentationStateReport(int)
Generates an escape sequence of type CSI with action CsiRequestPresentationStateReport
Declaration
public static string GenerateCsiRequestPresentationStateReport(int state)
Parameters
| Type |
Name |
Description |
| int |
state |
|
Returns
|
Edit this page
View Source
GenerateCsiRequestTerminalParameters(int)
Generates an escape sequence of type CSI with action CsiRequestTerminalParameters
Declaration
public static string GenerateCsiRequestTerminalParameters(int parameter)
Parameters
| Type |
Name |
Description |
| int |
parameter |
|
Returns
|
Edit this page
View Source
GenerateCsiResetKeyModifierOptions(int)
Generates an escape sequence of type CSI with action CsiResetKeyModifierOptions
Declaration
public static string GenerateCsiResetKeyModifierOptions(int resource)
Parameters
| Type |
Name |
Description |
| int |
resource |
|
Returns
|
Edit this page
View Source
GenerateCsiResetMode(string)
Generates an escape sequence of type CSI with action CsiResetMode
Declaration
public static string GenerateCsiResetMode(string mode)
Parameters
| Type |
Name |
Description |
| string |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiResetPrivateMode(string)
Generates an escape sequence of type CSI with action CsiResetPrivateMode
Declaration
public static string GenerateCsiResetPrivateMode(string mode)
Parameters
| Type |
Name |
Description |
| string |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiResetTitleModeFeatures(int)
Generates an escape sequence of type CSI with action CsiResetTitleModeFeatures
Declaration
public static string GenerateCsiResetTitleModeFeatures(int resetOptions)
Parameters
| Type |
Name |
Description |
| int |
resetOptions |
|
Returns
|
Edit this page
View Source
GenerateCsiRestoreCursor()
Generates an escape sequence of type CSI with action CsiRestoreCursor
Declaration
public static string GenerateCsiRestoreCursor()
Returns
|
Edit this page
View Source
GenerateCsiRestoreDecPrivateModeValues(string)
Generates an escape sequence of type CSI with action CsiRestoreDecPrivateModeValues
Declaration
public static string GenerateCsiRestoreDecPrivateModeValues(string values)
Parameters
| Type |
Name |
Description |
| string |
values |
|
Returns
|
Edit this page
View Source
GenerateCsiReverseAttributesInRectangularArea(int, int, int, int, string)
Generates an escape sequence of type CSI with action CsiReverseAttributesInRectangularArea
Declaration
public static string GenerateCsiReverseAttributesInRectangularArea(int pt, int pl, int pb, int pr, string attributes)
Parameters
| Type |
Name |
Description |
| int |
pt |
|
| int |
pl |
|
| int |
pb |
|
| int |
pr |
|
| string |
attributes |
|
Returns
|
Edit this page
View Source
GenerateCsiSaveCursor()
Generates an escape sequence of type CSI with action CsiSaveCursor
Declaration
public static string GenerateCsiSaveCursor()
Returns
|
Edit this page
View Source
Generates an escape sequence of type CSI with action CsiScrollDown
Declaration
public static string GenerateCsiScrollDown(int lines)
Parameters
| Type |
Name |
Description |
| int |
lines |
|
Returns
|
Edit this page
View Source
Generates an escape sequence of type CSI with action CsiScrollDownOriginal
Declaration
public static string GenerateCsiScrollDownOriginal(int lines)
Parameters
| Type |
Name |
Description |
| int |
lines |
|
Returns
|
Edit this page
View Source
Generates an escape sequence of type CSI with action CsiScrollUp
Declaration
public static string GenerateCsiScrollUp(int lines)
Parameters
| Type |
Name |
Description |
| int |
lines |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectActiveStatusDisplay(int)
Generates an escape sequence of type CSI with action CsiSelectActiveStatusDisplay
Declaration
public static string GenerateCsiSelectActiveStatusDisplay(int displayMode)
Parameters
| Type |
Name |
Description |
| int |
displayMode |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectAttributeChangeExtent(int)
Generates an escape sequence of type CSI with action CsiSelectAttributeChangeExtent
Declaration
public static string GenerateCsiSelectAttributeChangeExtent(int extent)
Parameters
| Type |
Name |
Description |
| int |
extent |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectCharacterProtectionAttribute(int)
Generates an escape sequence of type CSI with action CsiSelectCharacterProtectionAttribute
Declaration
public static string GenerateCsiSelectCharacterProtectionAttribute(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectChecksumExtension(int)
Generates an escape sequence of type CSI with action CsiSelectChecksumExtension
Declaration
public static string GenerateCsiSelectChecksumExtension(int modifier)
Parameters
| Type |
Name |
Description |
| int |
modifier |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectColumnsPerPage(int)
Generates an escape sequence of type CSI with action CsiSelectColumnsPerPage
Declaration
public static string GenerateCsiSelectColumnsPerPage(int columnMode)
Parameters
| Type |
Name |
Description |
| int |
columnMode |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectLocatorEvents(string)
Generates an escape sequence of type CSI with action CsiSelectLocatorEvents
Declaration
public static string GenerateCsiSelectLocatorEvents(string parameters)
Parameters
| Type |
Name |
Description |
| string |
parameters |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectNumberOfLinesPerScreen(int)
Generates an escape sequence of type CSI with action CsiSelectNumberOfLinesPerScreen
Declaration
public static string GenerateCsiSelectNumberOfLinesPerScreen(int lines)
Parameters
| Type |
Name |
Description |
| int |
lines |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectStatusLineType(int)
Generates an escape sequence of type CSI with action CsiSelectStatusLineType
Declaration
public static string GenerateCsiSelectStatusLineType(int type)
Parameters
| Type |
Name |
Description |
| int |
type |
|
Returns
|
Edit this page
View Source
GenerateCsiSelectiveEraseRectangularArea(int, int, int, int)
Generates an escape sequence of type CSI with action CsiSelectiveEraseRectangularArea
Declaration
public static string GenerateCsiSelectiveEraseRectangularArea(int pt, int pl, int pb, int pr)
Parameters
| Type |
Name |
Description |
| int |
pt |
|
| int |
pl |
|
| int |
pb |
|
| int |
pr |
|
Returns
|
Edit this page
View Source
GenerateCsiSendDeviceAttributesPrimary(int)
Generates an escape sequence of type CSI with action CsiSendDeviceAttributesPrimary
Declaration
public static string GenerateCsiSendDeviceAttributesPrimary(int attributes)
Parameters
| Type |
Name |
Description |
| int |
attributes |
|
Returns
|
Edit this page
View Source
GenerateCsiSendDeviceAttributesSecondary(int)
Generates an escape sequence of type CSI with action CsiSendDeviceAttributesSecondary
Declaration
public static string GenerateCsiSendDeviceAttributesSecondary(int attributes)
Parameters
| Type |
Name |
Description |
| int |
attributes |
|
Returns
|
Edit this page
View Source
GenerateCsiSendDeviceAttributesTertiary(int)
Generates an escape sequence of type CSI with action CsiSendDeviceAttributesTertiary
Declaration
public static string GenerateCsiSendDeviceAttributesTertiary(int attributes)
Parameters
| Type |
Name |
Description |
| int |
attributes |
|
Returns
|
Edit this page
View Source
Generates an escape sequence of type CSI with action CsiSetConformanceLevel
Declaration
public static string GenerateCsiSetConformanceLevel(int level, int conformance)
Parameters
| Type |
Name |
Description |
| int |
level |
|
| int |
conformance |
|
Returns
|
Edit this page
View Source
GenerateCsiSetCursorStyle(int)
Generates an escape sequence of type CSI with action CsiSetCursorStyle
Declaration
public static string GenerateCsiSetCursorStyle(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiSetGraphicsAttribute(int, int, string)
Generates an escape sequence of type CSI with action CsiSetGraphicsAttribute
Declaration
public static string GenerateCsiSetGraphicsAttribute(int itemType, int attributeManager, string geometry)
Parameters
| Type |
Name |
Description |
| int |
itemType |
|
| int |
attributeManager |
|
| string |
geometry |
|
Returns
|
Edit this page
View Source
GenerateCsiSetKeyModifierOptions(int, int)
Generates an escape sequence of type CSI with action CsiSetKeyModifierOptions
Declaration
public static string GenerateCsiSetKeyModifierOptions(int resource, int modify)
Parameters
| Type |
Name |
Description |
| int |
resource |
|
| int |
modify |
|
Returns
|
Edit this page
View Source
GenerateCsiSetLeftRightMargins(int, int)
Generates an escape sequence of type CSI with action CsiSetLeftRightMargins
Declaration
public static string GenerateCsiSetLeftRightMargins(int left, int right)
Parameters
| Type |
Name |
Description |
| int |
left |
|
| int |
right |
|
Returns
|
Edit this page
View Source
GenerateCsiSetMarginBellVolume(int)
Generates an escape sequence of type CSI with action CsiSetMarginBellVolume
Declaration
public static string GenerateCsiSetMarginBellVolume(int level)
Parameters
| Type |
Name |
Description |
| int |
level |
|
Returns
|
Edit this page
View Source
GenerateCsiSetMode(string)
Generates an escape sequence of type CSI with action CsiSetMode
Declaration
public static string GenerateCsiSetMode(string mode)
Parameters
| Type |
Name |
Description |
| string |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiSetPointerModeXterm(int)
Generates an escape sequence of type CSI with action CsiSetPointerModeXterm
Declaration
public static string GenerateCsiSetPointerModeXterm(int hideMode)
Parameters
| Type |
Name |
Description |
| int |
hideMode |
|
Returns
|
Edit this page
View Source
GenerateCsiSetPrivateMode(string)
Generates an escape sequence of type CSI with action CsiSetPrivateMode
Declaration
public static string GenerateCsiSetPrivateMode(string mode)
Parameters
| Type |
Name |
Description |
| string |
mode |
|
Returns
|
Edit this page
View Source
Generates an escape sequence of type CSI with action CsiSetScrollingRegion
Declaration
public static string GenerateCsiSetScrollingRegion(int top, int bottom)
Parameters
| Type |
Name |
Description |
| int |
top |
|
| int |
bottom |
|
Returns
|
Edit this page
View Source
GenerateCsiSetShiftEscapeOptions(int)
Generates an escape sequence of type CSI with action CsiSetShiftEscapeOptions
Declaration
public static string GenerateCsiSetShiftEscapeOptions(int option)
Parameters
| Type |
Name |
Description |
| int |
option |
|
Returns
|
Edit this page
View Source
GenerateCsiSetTitleModeXterm(string)
Generates an escape sequence of type CSI with action CsiSetTitleModeXterm
Declaration
public static string GenerateCsiSetTitleModeXterm(string modes)
Parameters
| Type |
Name |
Description |
| string |
modes |
|
Returns
|
Edit this page
View Source
GenerateCsiSetWarningBellVolume(int)
Generates an escape sequence of type CSI with action CsiSetWarningBellVolume
Declaration
public static string GenerateCsiSetWarningBellVolume(int level)
Parameters
| Type |
Name |
Description |
| int |
level |
|
Returns
|
Edit this page
View Source
GenerateCsiShiftLeftColumns(int)
Generates an escape sequence of type CSI with action CsiShiftLeftColumns
Declaration
public static string GenerateCsiShiftLeftColumns(int columns)
Parameters
| Type |
Name |
Description |
| int |
columns |
|
Returns
|
Edit this page
View Source
GenerateCsiShiftRightColumns(int)
Generates an escape sequence of type CSI with action CsiShiftRightColumns
Declaration
public static string GenerateCsiShiftRightColumns(int columns)
Parameters
| Type |
Name |
Description |
| int |
columns |
|
Returns
|
Edit this page
View Source
GenerateCsiSoftTerminalReset()
Generates an escape sequence of type CSI with action CsiSoftTerminalReset
Declaration
public static string GenerateCsiSoftTerminalReset()
Returns
|
Edit this page
View Source
GenerateCsiTabClear(int)
Generates an escape sequence of type CSI with action CsiTabClear
Declaration
public static string GenerateCsiTabClear(int mode)
Parameters
| Type |
Name |
Description |
| int |
mode |
|
Returns
|
Edit this page
View Source
GenerateCsiWindowManipulation(int, int, int)
Generates an escape sequence of type CSI with action CsiWindowManipulation
Declaration
public static string GenerateCsiWindowManipulation(int windowAction, int windowAction2, int windowAction3)
Parameters
| Type |
Name |
Description |
| int |
windowAction |
|
| int |
windowAction2 |
|
| int |
windowAction3 |
|
Returns