If `xSnprintf` fails, htop will exit just with a meesage: `htop: Success` Maybe we should use `abort` or similar instead or `err(1, NULL);` ?
If
xSnprintffails, htop will exit just with a meesage:htop: SuccessMaybe we should use
abortor similar instead orerr(1, NULL);?