v1.1.0
Version 1.1.0
AnsiString
is now able to parse a string which contains control sequences into the internal format dictionary- Added
AnsiString.simplify()
which attempts to remove redundant sequence values AnsiStr
now just contains the formatted string plus the base, unformatted string- Minor drawback is that control sequences are automatically simplified on any change (no
AnsiStr.simplify()
is defined)
- Minor drawback is that control sequences are automatically simplified on any change (no
- Added tests and corrected bugs in
AnsiStr
, so it is no longer marked as experimental