Python: Wrap a text with ANSI escape sequences in it
In the wrap
function from the textwrap
module, there’s no way to exclude ANSI escape sequences or other patterns when wrapping text.
In the wrap
function from the textwrap
module, there’s no way to exclude ANSI escape sequences or other patterns when wrapping text.