Enum PngWindowChrome
Controls whether PNG output is just the terminal content area or includes TigerCli's terminal frame
and title bar.
public enum PngWindowChrome
Fields
FrameAndTitle = 1- Render a one-pixel frame and a title bar above the terminal grid.
None = 0- Render only the configured terminal grid.