bpaf
bpaf copied to clipboard
Adding ANSI colors manually seems to break width calculations
Following your tips to manually style via direct injection of ANSI colors from this discussion I've noticed that I get word-wrapping much earlier
Before: using literal style
After: using .bold().blue() style from owo-colors
Yeah, right now this would break it. I have a plan to make it more flexible :)