diff-so-fancy icon indicating copy to clipboard operation
diff-so-fancy copied to clipboard

Make first 16 color bars narrower to avoid wrapping

Open Cougar opened this issue 8 months ago • 0 comments

Text wrapping inside color is better to avoid because some terminals set next line default colors based on the current color. I think we can assume that default terminal width is 80 and avoid any kind of magic to fit all lines to terminal width.

This is how it looks at 80x24 xterm before

Flameshot_2025-02-27_17-17-46-23

and after this change

Flameshot_2025-02-27_17-17-45-38

Cougar avatar Feb 27 '25 15:02 Cougar