Messed layout in "htop"
It was caused by ncurses.
To resolve this, I had to add the following line to my ~/.bashrc
:
export TERM=linux
Reference on openSUSE forums.
I solved this problem by adding an alias for htop
in ~/.bashrc
:
alias htop='TERM=xterm-color htop'