PwshSyntaxHighlight icon indicating copy to clipboard operation
PwshSyntaxHighlight copied to clipboard

Rendering is slow because it's using cursor manipulation instead of writing to a virtual buffer

Open ShaunLawrie opened this issue 2 years ago • 0 comments

The renderer writes directly to the terminal which makes it hard to write unit tests and also slow to render. The renderer should be updated to use a virtual buffer but it can't be using buffercells because those aren't cross platform.

ShaunLawrie avatar May 20 '23 06:05 ShaunLawrie