Table of Contents

Property UseSixel

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

UseSixel

Gets or sets whether to prefer sixel rendering when the terminal supports it. Default is true.

public bool UseSixel { get; set; }

Property Value

bool

Remarks

When true and the terminal supports sixel (per SixelSupport), the image is rendered using sixel escape sequences for full-resolution display. When false, cell-based rendering is always used.