Table of Contents

Method CSI_SetGraphicsRendition

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CSI_SetGraphicsRendition(params int[])

ESC [ (n) m - SGR - Set Graphics Rendition - Set the format of the screen and text as specified by (n) This command is special in that the (n) position can accept between 0 and 16 parameters separated by semicolons. When no parameters are specified, it is treated the same as a single 0 parameter. https://terminalguide.namepad.de/seq/csi_sm/

public static string CSI_SetGraphicsRendition(params int[] parameters)

Parameters

parameters int[]

Returns

string