Page 1 of 1

admintools has random letters all over the screen

Posted: Tue Jul 30, 2013 4:14 pm
by debfawn
Hi,

When I launch admintools in a putty session, there are a bunch of random letters displayed all over the screen (see attachment). Is this normal?
admintools_weirdness.png
admintools_weirdness.png (8.9 KiB) Viewed 18834 times

Re: admintools has random letters all over the screen

Posted: Wed Apr 04, 2018 7:00 pm
by JimKnicely
Hi,

Run this:

export NCURSES_NO_UTF8_ACS=1

And add the command to your .bashrc file so the change is applied every time you log on!

echo export NCURSES_NO_UTF8_ACS=1 >> ~/.bashrc