On 02/02/13 12:30, Joshua Isom wrote: > On 2/2/2013 11:05 AM, Andre Goree wrote: >> Thanks, I'm actually using bash as a shell, probably should've mentioned >> that. Anywho: >> >> [agoree@desktop ~]$ grep TERM .* >> .bash_history:echo $TERM >> .profile:# Setting TERM is normally done through /etc/ttys. Do only >> override >> .profile:# TERM=cons25; export TERM >> >> [agoree@desktop agoree]$ echo $TERM >> xterm >> >> Looks like it's not being set in .profile (it's commented), and echoing >> $TERM displays "xterm". So it would appear I'm not changing it anywhere. >> >> I tried the following, and get the same weird looking characters in >> place of lines when connecting to the remote box (which is running >> Linux, btw): >> [agoree@desktop agoree]$ echo $TERM >> xterm >> [agoree@desktop agoree]$ export TERM=xterm-color >> [agoree@desktop agoree]$ ssh sideswipe-dt >> Last login: Sat Feb 2 10:34:53 2013 from 172.16.10.246 >> [agoree@sideswipe-DT ~]$ tmux attach >> > > What's your $TERM after you ssh to sideswipe-dt? > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[email protected]"
[agoree@sideswipe-DT ~]$ echo $TERM xterm Thanks for the assistance. -- Andre Goree [email protected]
signature.asc
Description: OpenPGP digital signature
