What's a good term setting for rlogin?

2002-10-09 Thread Charles Krug
List: I need a good TERM setting. I'm using rlogin from bash to connect to a solaris machine. On those odd occasionions when I can use CDE, I can resize my terminals and my slang programs work across the full terminal size. When I connect from Cygwin-bash, slang programs seem to think I've a

RE: What's a good term setting for rlogin?

2002-10-09 Thread [EMAIL PROTECTED]
Why not just copy the Cygwin termcap entry to the machines that you log into? Larry Original Message: - From: Charles Krug [EMAIL PROTECTED] Date: Wed, 9 Oct 2002 09:46:11 -0400 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: What's a good term setting for rlogin? List: I

Re: What's a good term setting for rlogin?

2002-10-09 Thread Charles Krug
On Wed, Oct 09, 2002 at 10:26:45AM -0400, [EMAIL PROTECTED] wrote: Why not just copy the Cygwin termcap entry to the machines that you log into? I can do that? If I can, then that's exactly the answer I needed which I didn't have. -- Unsubscribe info:

Re: What's a good term setting for rlogin?

2002-10-09 Thread Charles Krug
On Wed, Oct 09, 2002 at 10:26:45AM -0400, [EMAIL PROTECTED] wrote: Why not just copy the Cygwin termcap entry to the machines that you log into? I copied these lines from /Cygwin/etc/termcap into $HOME/.termcap: cygwin:\

Re: What's a good term setting for rlogin?

2002-10-09 Thread Shankar Unni
On 10/9/2002 8:31 AM, Charles Krug wrote: I copied these lines from /Cygwin/etc/termcap into $HOME/.termcap: cygwin:\ :xn:op=\E[39;49m:Km=\E[M:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:tc=linux: Setting TERM to cygwin, I get: homer:charles% info termcap info: Terminal type `cygwin' is

Re: What's a good term setting for rlogin?

2002-10-09 Thread Charles Krug
On Wed, Oct 09, 2002 at 10:35:22AM -0700, [EMAIL PROTECTED] wrote: And is this machine that you copied this line to, a linux machine? Or does it otherwise already know about the linux term type? If not, you'll have to copy over the linux termcap entry as well.. -- Shankar. I just

Re: What's a good term setting for rlogin?

2002-10-09 Thread Ehud Karni
On Wed, 9 Oct 2002 11:31:32 -0400, Charles Krug [EMAIL PROTECTED] wrote: On Wed, Oct 09, 2002 at 10:26:45AM -0400, [EMAIL PROTECTED] wrote: Why not just copy the Cygwin termcap entry to the machines that you log into? I copied these lines from /Cygwin/etc/termcap into $HOME/.termcap: