yubiuser
yubiuser
Is there some real error message shown? Or only the misalignment? Could you add a screenshot or photo?
Thanks I think I know where this is coming from. It's probably due to the two new lines adding model and inteface.
What do you want me to remove instead?
Please run `stty size` and post the output. I need to see how big the terminal is.
Everything above 79x25 is considered `mega` so far and assumed there are enough lines https://github.com/pi-hole/PADD/blob/380636a96ac5a7f76291d994b901879709b9af4f/padd.sh#L926
 26 - 27 - 28 in a row. I think we should go for 28.
`tiny` and `mini` are broken as well.
And `tput cols` and `tput lines`
But then it should easily fit... https://github.com/pi-hole/PADD/blob/380636a96ac5a7f76291d994b901879709b9af4f/padd.sh#L1108-L1109 So we get `console_width=183` and `console_height=59` wich passes https://github.com/pi-hole/PADD/blob/380636a96ac5a7f76291d994b901879709b9af4f/padd.sh#L926-L934 And we should get size `mega`
I haven't figured out one yet. I don't know why it does not fit, although there are enough lines. The trivial solution would be to remove newly added lines. In...