News Score: Score the News, Sort the News, Rewrite the Headlines

Add support for Sixel images in conhost by j4james · Pull Request #17421 · microsoft/terminal

Conversation bool _eraseCells(const til::CoordType columnBegin, const til::CoordType columnEnd); til::size _cellSize; std::vector<RGBQUAD> _pixelBuffer; Comment on lines 226 to 231 auto eraseIterator = _pixelBuffer.begin() + eraseOffset; for (auto y = 0; y < _cellSize.height; y++) { std::fill_n(eraseIterator, eraseLength, RGBQUAD{}); std::advance(eraseIterator, _pixelWidth); } Co-authored-by: Dustin L. Howett <[email protected]> j4james marked this pull request as ready for review June 22, 2024 ...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines