NAME

Text::ASCIITable::FixANSI - ANSI-safe wrapping and width counting for Text::ASCIITable

SYNOPSIS

use Text::ASCIITable;
use Text::ASCIITable::FixANSI;

DESCRIPTION

Process-wide patch for Text::ASCIITable 0.22. Fixes wrap() splitting ANSI escape sequences (and discarding the remainder of over-long words), and widens count() to strip multi-parameter SGR sequences. Retire when the upstream fix ships.