info line_break is ignored on latest master
nvm, looking at commits, i get that its deprecated
printf'ing newlines creates a sideeffect of redundant newlines after neofetch. whats the correct replacement for info line_break then?
I see. Looking into this.
Fixed.
Alternative is now prin '\n' or prin though the first is self explanatory.
Most helpful comment
Fixed.
Alternative is now
prin '\n'orprinthough the first is self explanatory.