bpaf icon indicating copy to clipboard operation
bpaf copied to clipboard

Adding ANSI colors manually seems to break width calculations

Open eugenesvk opened this issue 1 year ago • 1 comments

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 bpaf-before

After: using .bold().blue() style from owo-colors bpaf-after

eugenesvk avatar Nov 26 '24 17:11 eugenesvk

Yeah, right now this would break it. I have a plan to make it more flexible :)

pacak avatar Nov 26 '24 18:11 pacak