diff-so-fancy
diff-so-fancy copied to clipboard
Make first 16 color bars narrower to avoid wrapping
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
and after this change