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.
public static 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.
public static ConcurrentQueue<SixelToRender> GetSixels()