You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CellConsumer Integration: Implemented fastansi.CellConsumer on BufferedScene, allowing styling/layout utilities like Gradient to draw directly onto it.
Partial Cell Color Updates: Added support for partial color updates in BufferedScene by preserving existing packed values.
Writability Safety: Supported passing -2 as a codepoint to skip character updates, enabling color modifications without destroying text.