Table of Contents

Property UseRasterGraphics

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

UseRasterGraphics

Gets or sets whether to prefer raster-graphics rendering (Kitty or Sixel protocol) when the terminal supports it. Default is true.

public bool UseRasterGraphics { get; set; }

Property Value

bool

Remarks

When true the view selects the best available protocol: Kitty graphics (if the driver reports KittyGraphicsSupport), then Sixel (if the driver reports SixelSupport), then cell-based rendering as a fallback. Set to false to always use cell-based rendering.