Electrux / ls_extended

ls with coloring and icons
BSD 3-Clause "New" or "Revised" License
201 stars 14 forks source link

Hotfix for spacing issue #23

Closed jhonnold closed 6 years ago

jhonnold commented 6 years ago

Fixes #9

The issue was coming from the - 14 in the max_items_per_line calculation, specifically when the longest word was at the end of a line.

I changed this to 12 as I suspect that the colors only account to padding for their trailing 6 bits, rather than all 7.

Electrux commented 6 years ago

wow that's a great find! don't know how i missed that it is using 6 and not 7. 😅 Thanks a lot! 😄