What's a good terminal to declare on my shell account?

General discussions and other topics.
7 posts Page 1 of 1
by slapout » Sun Oct 14, 2012 1:03 pm
I use xterm-256color on my Mac in my default bash shell. I appear to be using plain xterm on shell.sonic.net, which is also set to default to bash. Some man pages have lots of question marks in them. Is there a better $TERM to declare on shell.sonic.net?
by dane » Sun Oct 14, 2012 5:42 pm
Try VT100?
Dane Jasper
Sonic
by slapout » Sun Oct 14, 2012 6:12 pm
Thanks. That still gets me the question marks. It looks like they're mostly, if not all, supposed to be invisibles.

Image
by gp1628 » Mon Oct 15, 2012 12:14 pm
I use Xterm with no problem. Sometimes ANSI on some systems or VT100 on others.

But it sounds like it might be a font problem. Do you have a specific font set? Try another. And personally I like one that can resize to the screen if I change the size of my window
by Guest » Mon Oct 15, 2012 9:30 pm
It's possible that the strange characters are caused by the LANG or LC_ALL environment variables. Assuming that you're using the default shell (bash?) you may be able to get rid of the strange characters with:

echo $LANG
set LANG=C
export LANG
by slapout » Mon Oct 15, 2012 10:29 pm
LANG=C solved it. Thank you!
by slapout » Tue Oct 16, 2012 10:54 am
LANG=C caused some unrelated problems. A better solution seems to be to include

export LANG=en_US.UTF-8
export LC_ALL=C

in my .bash_profile

Thanks again.
7 posts Page 1 of 1

Who is online

In total there are 103 users online :: 0 registered, 0 hidden and 103 guests (based on users active over the past 5 minutes)
Most users ever online was 999 on Mon May 10, 2021 1:02 am

Users browsing this forum: No registered users and 103 guests