Enum AppModel
Defines the rendering mode for the application.
public enum AppModel
- Extension Methods
Fields
FullScreen = 0The application occupies the full terminal screen via the alternate screen buffer. This is the default behavior.
Inline = 1The application renders inline within the primary (scrollback) buffer, anchored to the bottom of the visible terminal. No alternate screen buffer is used.