Table of Contents

Property DirtyLines

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

DirtyLines

As performance is a concern, we keep track of the dirty lines and only refresh those. This is in addition to the dirty flag on each cell.

bool[] DirtyLines { get; }

Property Value

bool[]