Table of Contents

Property InlineMode

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

InlineMode

Gets or sets a value indicating whether this buffer is operating in inline mode. When true, ClearContents() initialises cells with IsDirty = false so that only cells explicitly drawn are flushed to the terminal, leaving the rest of the visible terminal untouched.

public bool InlineMode { get; set; }

Property Value

bool