public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* rxvt and command prompt
@ 2001-12-23  2:54 Robert White
  2001-12-23 12:03 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Robert White @ 2001-12-23  2:54 UTC (permalink / raw)
  To: cygwin

All

I have a problem using rxvt on the Windows 98 platform. I use rxvt over
the command prompt because it gives me a useful scrollback facility.

I do a lot of database administration on SYBASE and Microsoft servers,
and these come bundled with a utility called isql.

The problem I have is in the way this application works with rxvt.
Usually when you open an isql session you get a prompt like

1>

However on rxvt, this is not the case, you get nothing. Although if you
run a command the results are returned, but without the prompt again.

This is not due to the cygwin environment, because if I run cygwin in a
command shell, isql works fine.

I have heard from a tools developer that isql returns 2 streams, a
message and a result stream, so I figure this must be in someway
connected to the way command shell and rxvt handle standard error, or
something like that in a different manner. I tried running isql with the
2>&1 redirective but to no avail.

I know this must make little sense to people not familiar with the
tools, but I was kind of hoping there would be someone who happened to
have used isql on this list.

Thanks as always in advance for any help, and happy holidays.

Rob


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: rxvt and command prompt
  2001-12-23  2:54 rxvt and command prompt Robert White
@ 2001-12-23 12:03 ` Christopher Faylor
  2001-12-23 14:18   ` Robert White
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2001-12-23 12:03 UTC (permalink / raw)
  To: cygwin

On Sun, Dec 23, 2001 at 09:57:04AM +0000, Robert White wrote:
>All
>
>I have a problem using rxvt on the Windows 98 platform. I use rxvt over
>the command prompt because it gives me a useful scrollback facility.
>
>I do a lot of database administration on SYBASE and Microsoft servers,
>and these come bundled with a utility called isql.
>
>The problem I have is in the way this application works with rxvt.
>Usually when you open an isql session you get a prompt like
>
>1>
>
>However on rxvt, this is not the case, you get nothing. Although if you
>run a command the results are returned, but without the prompt again.
>
>This is not due to the cygwin environment, because if I run cygwin in a
>command shell, isql works fine.

This is an incorrect assumption.  rxvt is using ptys.  Obviously  isql
isn't recognizing cygwin's ptys.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: rxvt and command prompt
  2001-12-23 12:03 ` Christopher Faylor
@ 2001-12-23 14:18   ` Robert White
  2001-12-27  9:25     ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 5+ messages in thread
From: Robert White @ 2001-12-23 14:18 UTC (permalink / raw)
  To: cygwin

Christopher

Thanks for replying.

Can you elaborate please?

Is there a way I can get isql to recognise rxvt's pyts?

Thanks

Rob

Christopher Faylor wrote:

> On Sun, Dec 23, 2001 at 09:57:04AM +0000, Robert White wrote:
> >All
> >
> >I have a problem using rxvt on the Windows 98 platform. I use rxvt over
> >the command prompt because it gives me a useful scrollback facility.
> >
> >I do a lot of database administration on SYBASE and Microsoft servers,
> >and these come bundled with a utility called isql.
> >
> >The problem I have is in the way this application works with rxvt.
> >Usually when you open an isql session you get a prompt like
> >
> >1>
> >
> >However on rxvt, this is not the case, you get nothing. Although if you
> >run a command the results are returned, but without the prompt again.
> >
> >This is not due to the cygwin environment, because if I run cygwin in a
> >command shell, isql works fine.
>
> This is an incorrect assumption.  rxvt is using ptys.  Obviously  isql
> isn't recognizing cygwin's ptys.
>
> cgf
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: rxvt and command prompt
  2001-12-23 14:18   ` Robert White
@ 2001-12-27  9:25     ` Larry Hall (RFK Partners, Inc)
  0 siblings, 0 replies; 5+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2001-12-27  9:25 UTC (permalink / raw)
  To: Robert.White, cygwin

You'll likely need to look at the source to answer that one.

Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
838 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX



At 03:24 PM 12/23/2001, Robert White wrote:
>Christopher
>
>Thanks for replying.
>
>Can you elaborate please?
>
>Is there a way I can get isql to recognise rxvt's pyts?
>
>Thanks
>
>Rob
>
>Christopher Faylor wrote:
>
> > On Sun, Dec 23, 2001 at 09:57:04AM +0000, Robert White wrote:
> > >All
> > >
> > >I have a problem using rxvt on the Windows 98 platform. I use rxvt over
> > >the command prompt because it gives me a useful scrollback facility.
> > >
> > >I do a lot of database administration on SYBASE and Microsoft servers,
> > >and these come bundled with a utility called isql.
> > >
> > >The problem I have is in the way this application works with rxvt.
> > >Usually when you open an isql session you get a prompt like
> > >
> > >1>
> > >
> > >However on rxvt, this is not the case, you get nothing. Although if you
> > >run a command the results are returned, but without the prompt again.
> > >
> > >This is not due to the cygwin environment, because if I run cygwin in a
> > >command shell, isql works fine.
> >
> > This is an incorrect assumption.  rxvt is using ptys.  Obviously  isql
> > isn't recognizing cygwin's ptys.
> >
> > cgf
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting:         http://cygwin.com/bugs.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
>
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting:         http://cygwin.com/bugs.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: rxvt and command prompt
@ 2001-12-23  4:59 Steve Jorgensen
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Jorgensen @ 2001-12-23  4:59 UTC (permalink / raw)
  To: cygwin@cygwin. Com (E-mail)

I haven't tried to use rxvt for a while, but last time I did, I was having 
problems with it always being one line behind on output.  I would see all 
the output eventually, but not until the following line was printed.  Could 
this be the same issue?

On Sunday, December 23, 2001 1:57 AM, Robert White 
[SMTP:Robert.White@morganstanley.com] wrote:
> All
>
> I have a problem using rxvt on the Windows 98 platform. I use rxvt over
> the command prompt because it gives me a useful scrollback facility.
>
> I do a lot of database administration on SYBASE and Microsoft servers,
> and these come bundled with a utility called isql.
>
> The problem I have is in the way this application works with rxvt.
> Usually when you open an isql session you get a prompt like
>
> 1>
>
> However on rxvt, this is not the case, you get nothing. Although if you
> run a command the results are returned, but without the prompt again.
>
> This is not due to the cygwin environment, because if I run cygwin in a
> command shell, isql works fine.
>
> I have heard from a tools developer that isql returns 2 streams, a
> message and a result stream, so I figure this must be in someway
> connected to the way command shell and rxvt handle standard error, or
> something like that in a different manner. I tried running isql with the
> 2>&1 redirective but to no avail.
>
> I know this must make little sense to people not familiar with the
> tools, but I was kind of hoping there would be someone who happened to
> have used isql on this list.
>
> Thanks as always in advance for any help, and happy holidays.
>
> Rob
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-27 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-23  2:54 rxvt and command prompt Robert White
2001-12-23 12:03 ` Christopher Faylor
2001-12-23 14:18   ` Robert White
2001-12-27  9:25     ` Larry Hall (RFK Partners, Inc)
2001-12-23  4:59 Steve Jorgensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).