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
fix(prompt): harden PromptControl against markup injection, newlines, and inflated measure
Escape user input before markup parsing to prevent [ ] from being
consumed as tags. Sanitize newlines to spaces in SetInput since
PromptControl is single-line. Cap MeasureDOM input width to available
space to prevent layout inflation from long text.
Also add CharacterBuffer.SetCellColors for color-only updates that
skip CleanupWideCharAt, fixing wide char corruption during flash/fade
overlay animations.
0 commit comments