What I'd try (can't right now) is probably:

(on the Mac:)
$ infocmp >/tmp/macterm.ti
$ scp /tmp/macterm.ti sunbox:.

(on the Sun:)
$ mkdir -p $HOME/.terminfo
$ tic macterm.ti
$ TERMINFO=$HOME/.terminfo;export TERMINFO

See if that helps (having the Sun use the same terminfo definitions as
the Mac does - some of the Sun terminfo definitions have been
historically a bit odd).  I _think_ that the Mac Terminal.app identifies
itself by default as xterm-color, but that's just from memory...

If that works, just put the TERMINFO setting in your .profile and you're
good to go.  If not, then at least you've eliminated terminfo differences
as part of the problem, and can move on to looking for something else.
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to