Table of Contents

Property RenderAfterText

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

RenderAfterText

Gets or sets whether the image should be emitted after dirty text cells rather than before them.

public bool RenderAfterText { get; set; }

Property Value

bool

Remarks

The default is false so text drawn later can appear above a raster image. Set this to true for animated Sixel overlays that need to repaint after the normal cell pass to avoid visible flicker.