Method GetSixels
GetSixels()
Gets the queue of sixel images to write out to screen when updating. If the terminal does not support Sixel, adding to this queue has no effect.
ConcurrentQueue<SixelToRender> GetSixels()
Gets the queue of sixel images to write out to screen when updating. If the terminal does not support Sixel, adding to this queue has no effect.
ConcurrentQueue<SixelToRender> GetSixels()