Per #114, I added a more detailed span for ANSI sequences, based on a definition from Wikipedia. :)
So this will look for ANSI control sequences (not just those ending in '\STX') when grouping characters into graphemes, and then filters out '\ESC' graphemes when calculating length for column alignment.
Per #114, I added a more detailed span for ANSI sequences, based on a definition from Wikipedia. :) So this will look for ANSI control sequences (not just those ending in
'\STX'
) when grouping characters into graphemes, and then filters out'\ESC'
graphemes when calculating length for column alignment.base:
PR:
What do you think? Thanks!