Re: readline library question

2004-08-26 Thread Alexander Baranov
- Original Message - From: "Francesco P. Lovergine" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 25, 2004 3:22 PM Subject: Re: readline library question > On Thu, Aug 19, 2004 at 03:34:57PM -0400, Alexander Baranov wrote: > > > > So, the readline s

Re: readline library question

2004-08-26 Thread Alexander Baranov
- Original Message - From: "Francesco P. Lovergine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 25, 2004 3:22 PM Subject: Re: readline library question > On Thu, Aug 19, 2004 at 03:34:57PM -0400, Alexander Baranov wrote: > > >

Re: readline library question

2004-08-25 Thread Francesco P. Lovergine
On Thu, Aug 19, 2004 at 03:34:57PM -0400, Alexander Baranov wrote: > > So, the readline seems to work fine with standard input-output, but somehow > goes wrong when I try to use non-standard stream ("dirstream", associated > with a socket in my case) > > Can anybody give an advise? > Thanks in ad

Re: readline library question

2004-08-25 Thread Francesco P. Lovergine
On Thu, Aug 19, 2004 at 03:34:57PM -0400, Alexander Baranov wrote: > > So, the readline seems to work fine with standard input-output, but somehow > goes wrong when I try to use non-standard stream ("dirstream", associated > with a socket in my case) > > Can anybody give an advise? > Thanks in ad

readline library question

2004-08-19 Thread Alexander Baranov
Hi, All. In my Linux program on my computer with Debian Linux I need to have a simple command line input. I plan to use remote Windows computer as remote console and use it's Windows telnet for communication. I try to use Linux readline library. It works when I use standard input and output. When

readline library question

2004-08-19 Thread Alexander Baranov
Hi, All. In my Linux program on my computer with Debian Linux I need to have a simple command line input. I plan to use remote Windows computer as remote console and use it's Windows telnet for communication. I try to use Linux readline library. It works when I use standard input and output. When