tcell icon indicating copy to clipboard operation
tcell copied to clipboard

Optimise writeString for Windows with vtEnabled

Open Bios-Marcel opened this issue 9 months ago • 1 comments

Instead of doing 3 WriteConsole calls, we do a single call that sets the cursor, sets the style and writes the content. This gives us a performance boost of up to 3x faster.

Bios-Marcel avatar Jan 18 '25 17:01 Bios-Marcel