ansi-cut

A library for cutting a string while preserving its colors.
Usage
use AnsiCut;
use ;
Chunks
There's a handy function wich splits a string to a set of chunks.
It works with chars not bytes so things like emojies and hieroglyph are are handled with no panic.
use ;
Question
Are any other usefull ansi sequense that would be usefull to keep in mind?