Property AvoidBottomScroll
AvoidBottomScroll
Gets or sets a value indicating whether to avoid bottom scroll. When true and height is grater than PIXEL_HIGH (6), the encoder will subtract one sixel band (PIXEL_HIGH (6) rows). This can be used to avoid forcing the terminal to scroll when dumping sixel output starting at the bottom row. Default is false.
public bool AvoidBottomScroll { get; set; }