Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ControlSequenceLength to handle colon VT param separators
The ControlSequenceLength function calculates the length of a VT control sequence--used by LengthInBufferCells. SGR control sequences might have parameters, separated by semicolons... or possibly colons. See: microsoft/terminal#4321 This change updates ControlSequenceLength to treat colons similarly to semicolons.
- Loading branch information