mirror of
https://github.com/nsnail/spectre.console.git
synced 2026-06-19 09:59:00 +08:00
20650f1e7e
This makes it possible for encoders to output better representation of the actual objects instead of working with chopped up segments. * IAnsiConsole.Write now takes an IRenderable instead of segments * Calculating cell width does no longer require a render context * Removed RenderContext.LegacyConsole * Removed RenderContext.Encoding * Added Capabilities.Unicode