Hi,

On Mon, 7 May 2007 23:12:31 +0100 Mick <[EMAIL PROTECTED]>
wrote:

> =================
> $ echo $TERM
> rxvt
> 
> $ sudo echo $TERM
> rxvt
> =================
> which is the same like my Gentoo box.

That doesn't matter. Question is rather whether the target machine has
an entry in its terminfo db (/usr/share/terminfo). On ubuntu, this is
provided by ncurses-base (so I would suspect it might be installed).

You can also try to set TERM to "vt102" or "vt100":
$ export TERM=vt102

But if it works this way, that would mean /usr/share/terminfo/r/rxvt is
borked. Note that there might be terminfo databases w/ higher
precedence in /etc/terminfo and /lib/terminfo.

-hwh
-- 
[EMAIL PROTECTED] mailing list

Reply via email to