Re: how get colour mutt when ssh from OBSD?

2007-09-12 Thread Douglas A. Tutty
On Wed, Sep 12, 2007 at 07:55:27AM +0200, Pau Amaro-Seoane wrote:
 yes, I tried this before I posted here but no way... it's not working
 in my case... mmmh... thanks anyway

Did you use TERM=screen on both ends of the ssh, i.e. on OBSD before ssh
and on linux after ssh?

 
 
 
  Try TERM=screen.  I didn't know about the backspace to scroll up; I just
  use page up.  I just tried it and yes it works with TERM=screen.
 
  Note that I can't use TERM=xterm* since I'm not using X for this.
 
  Doug.



Re: how get colour mutt when ssh from OBSD?

2007-09-12 Thread Pau Amaro-Seoane
yes... it doesn't help

I thought left-clicking on the xterm, and selecting Backarrow Key
(BS/DEL) would do it, and afterwards typing `stty erase ` and then
ctrl-v and then hitting backspace and enter...

but that's only for xterm. What, if you're using a different terminal,
like aterm, eterm, konsole or gnome-terminal? you don't have that
menu...

I also saw this... but... don't know...

http://www.hypexr.org/linux_roboff.php


 Did you use TERM=screen on both ends of the ssh, i.e. on OBSD before ssh
 and on linux after ssh?

 
 
  
   Try TERM=screen.  I didn't know about the backspace to scroll up; I just
   use page up.  I just tried it and yes it works with TERM=screen.
  
   Note that I can't use TERM=xterm* since I'm not using X for this.
  
   Doug.



Re: how get colour mutt when ssh from OBSD?

2007-09-11 Thread Douglas A. Tutty
On Mon, Sep 10, 2007 at 02:40:03PM -0300, Gleydson Soares wrote:
 On 9/10/07, Douglas A. Tutty [EMAIL PROTECTED] wrote:
  I have a box that runs OpenBSD that sshes into my Debian box.  On
  OpenBSD, the default colour term is vt220 so when I ssh to debian, TERM
  is set to vt220.
 
 env TERM=xterm-color [EMAIL PROTECTED]

Hangs things up since I'm going from a vt not an xterm.  xterm's work
fine.

Doug.



Re: how get colour mutt when ssh from OBSD?

2007-09-11 Thread Douglas A. Tutty
On Mon, Sep 10, 2007 at 02:54:11PM -0400, Jeff Quast wrote:
 On 9/10/07, Douglas A. Tutty [EMAIL PROTECTED] wrote:
  Hello,
 
  I have a box that runs OpenBSD that sshes into my Debian box.  On
  OpenBSD, the default colour term is vt220 so when I ssh to debian, TERM
  is set to vt220.
 
 
 Anyway, wsvt25 from console works great from openbsd on openbsd. If
 you're on net and freebsd, pcvt25 works fairly well. Logging into
 linux, I generaly use vt220 or vt102.

Yahoo! wsvt25 works just fine obsd to debian, for mutt.  Interestingly,
it doesn't work so well natively on obsd.  Also, I don't need to set it
before sshing; standard vt220 on obsd and ssh to debian and set
TERM=wsvt25 seems to work just fine.

Thanks.

Doug.



Re: how get colour mutt when ssh from OBSD?

2007-09-11 Thread Douglas A. Tutty
On Mon, Sep 10, 2007 at 08:00:25PM -0400, Douglas A. Tutty wrote:
 On Mon, Sep 10, 2007 at 02:54:11PM -0400, Jeff Quast wrote:
  On 9/10/07, Douglas A. Tutty [EMAIL PROTECTED] wrote:
   Hello,
  
   I have a box that runs OpenBSD that sshes into my Debian box.  On
   OpenBSD, the default colour term is vt220 so when I ssh to debian, TERM
   is set to vt220.
  
  
  Anyway, wsvt25 from console works great from openbsd on openbsd. If
  you're on net and freebsd, pcvt25 works fairly well. Logging into
  linux, I generaly use vt220 or vt102.
 
 Yahoo! wsvt25 works just fine obsd to debian, for mutt.  Interestingly,
 it doesn't work so well natively on obsd.  Also, I don't need to set it
 before sshing; standard vt220 on obsd and ssh to debian and set
 TERM=wsvt25 seems to work just fine.

Just to follow-up.  TERM=screen works well for both OBSD and linux so
that's now my default screen type in /etc/ttys.

Problem solved.  Thanks.

Doug.



Re: how get colour mutt when ssh from OBSD?

2007-09-11 Thread Vim Visual
I had the same problem. I solved it using

xterm-xfree86

but now I have a different one. I cannot use backspace to scroll up.
The error message is Key is not bound.

any idea of how to fix that?

Pau

2007/9/11, Douglas A. Tutty [EMAIL PROTECTED]:
 On Mon, Sep 10, 2007 at 08:00:25PM -0400, Douglas A. Tutty wrote:
  On Mon, Sep 10, 2007 at 02:54:11PM -0400, Jeff Quast wrote:
   On 9/10/07, Douglas A. Tutty [EMAIL PROTECTED] wrote:
Hello,
   
I have a box that runs OpenBSD that sshes into my Debian box.  On
OpenBSD, the default colour term is vt220 so when I ssh to debian, TERM
is set to vt220.
   
 
   Anyway, wsvt25 from console works great from openbsd on openbsd. If
   you're on net and freebsd, pcvt25 works fairly well. Logging into
   linux, I generaly use vt220 or vt102.
 
  Yahoo! wsvt25 works just fine obsd to debian, for mutt.  Interestingly,
  it doesn't work so well natively on obsd.  Also, I don't need to set it
  before sshing; standard vt220 on obsd and ssh to debian and set
  TERM=wsvt25 seems to work just fine.

 Just to follow-up.  TERM=screen works well for both OBSD and linux so
 that's now my default screen type in /etc/ttys.

 Problem solved.  Thanks.

 Doug.



Re: how get colour mutt when ssh from OBSD?

2007-09-11 Thread Douglas A. Tutty
On Tue, Sep 11, 2007 at 03:53:11PM +0200, Vim Visual wrote:
 I had the same problem. I solved it using
 
 xterm-xfree86
 
 but now I have a different one. I cannot use backspace to scroll up.
 The error message is Key is not bound.
 
 any idea of how to fix that?
 
Try TERM=screen.  I didn't know about the backspace to scroll up; I just
use page up.  I just tried it and yes it works with TERM=screen.

Note that I can't use TERM=xterm* since I'm not using X for this.

Doug.



Re: how get colour mutt when ssh from OBSD?

2007-09-11 Thread Pau Amaro-Seoane
yes, I tried this before I posted here but no way... it's not working
in my case... mmmh... thanks anyway



 Try TERM=screen.  I didn't know about the backspace to scroll up; I just
 use page up.  I just tried it and yes it works with TERM=screen.

 Note that I can't use TERM=xterm* since I'm not using X for this.

 Doug.



Re: how get colour mutt when ssh from OBSD?

2007-09-10 Thread Gleydson Soares
On 9/10/07, Douglas A. Tutty [EMAIL PROTECTED] wrote:
 Hello,

 I have a box that runs OpenBSD that sshes into my Debian box.  On
 OpenBSD, the default colour term is vt220 so when I ssh to debian, TERM
 is set to vt220.

env TERM=xterm-color [EMAIL PROTECTED]



Re: how get colour mutt when ssh from OBSD?

2007-09-10 Thread terry tyson
On 9/10/07, Douglas A. Tutty [EMAIL PROTECTED] wrote:

 Hello,

 I have a box that runs OpenBSD that sshes into my Debian box.  On
 OpenBSD, the default colour term is vt220 so when I ssh to debian, TERM
 is set to vt220.

 When I run mc, all is well; colour, line draw, whatever.

 When I run lynx or mutt, I get black on white with no colour.  On Lynx
 this means that my blue on gray ends up as white on black; with mutt I
 don't get the blue top and bottom lines or the red thread lines.

 If I ssh in from an xterm, with TERM=xterm, everything is fine.

 Does anyone have any clues on this?


I've often wondered about this myself. All I know is that if I run mutt
inside screen, I get colors.

Terry