Re: Win PTY library.

2012-09-24 Thread Earnie Boyd
On Mon, Sep 24, 2012 at 9:09 AM, Earnie Boyd wrote: On Sat, Sep 22, 2012 at 7:46 PM, Linda Walsh wrote: Sorry for the slip on removing the email address. Won't even think about 100ms / result. tried... now my head hurts. However, if I start the windows ftp program if the ideas behind

Re: Win PTY library.

2012-09-22 Thread Linda Walsh
Václav Zeman wrote: I think that the difference is that PTY is a stream of commands that get interpreted, OTOH, polled Windows console can provide only a snapshot at some point in time. It seems that it would be hard to produce faithful stream of commands from this console snapshot. Because

Re: Win PTY library.

2012-09-17 Thread Daniel Colascione
On 9/15/2012 9:21 AM, Christopher Faylor wrote: On Sat, Sep 15, 2012 at 12:15:49PM -0400, Earnie Boyd wrote: I just discovered https://github.com/rprichard/winpty and thought Cygwin users and developers may be interested. The license is MIT style. Looks interesting. I've had something

Re: Win PTY library.

2012-09-17 Thread Charles Wilson
On 9/17/2012 7:03 AM, Daniel Colascione wrote: On 9/15/2012 9:21 AM, Christopher Faylor wrote: On Sat, Sep 15, 2012 at 12:15:49PM -0400, Earnie Boyd wrote: I just discovered https://github.com/rprichard/winpty and thought Cygwin users and developers may be interested. The license is MIT

Re: Win PTY library.

2012-09-17 Thread Václav Zeman
On 17 September 2012 15:27, Charles Wilson wrote: On 9/17/2012 7:03 AM, Daniel Colascione wrote: On 9/15/2012 9:21 AM, Christopher Faylor wrote: On Sat, Sep 15, 2012 at 12:15:49PM -0400, Earnie Boyd wrote: I just discovered https://github.com/rprichard/winpty and thought Cygwin users and

Re: Win PTY library.

2012-09-17 Thread Christopher Faylor
On Mon, Sep 17, 2012 at 09:27:40AM -0400, Charles Wilson wrote: On 9/17/2012 7:03 AM, Daniel Colascione wrote: On 9/15/2012 9:21 AM, Christopher Faylor wrote: On Sat, Sep 15, 2012 at 12:15:49PM -0400, Earnie Boyd wrote: I just discovered https://github.com/rprichard/winpty and thought Cygwin

Re: Win PTY library.

2012-09-17 Thread Christopher Faylor
On Mon, Sep 17, 2012 at 03:42:14PM +0200, V??clav Zeman wrote: On 17 September 2012 15:27, Charles Wilson wrote: On 9/17/2012 7:03 AM, Daniel Colascione wrote: On 9/15/2012 9:21 AM, Christopher Faylor wrote: On Sat, Sep 15, 2012 at 12:15:49PM -0400, Earnie Boyd wrote: I just discovered

Re: Win PTY library.

2012-09-17 Thread Daniel Colascione
On 9/17/12 6:48 AM, Christopher Faylor wrote: On Mon, Sep 17, 2012 at 03:42:14PM +0200, V??clav Zeman wrote: On 17 September 2012 15:27, Charles Wilson wrote: Well, that's exactly what Console2 does, and it works pretty well. I've never seen any missing data when using it. I don't know what

Re: Win PTY library.

2012-09-17 Thread Earnie Boyd
On Mon, Sep 17, 2012 at 1:58 PM, Daniel Colascione wrote: If your pty layer refreshes every 100ms and your program updates at 20, 40, and 80ms, you'll lose all but the last update. I'm not interested in writing a testcase to demonstrate a perfectly foreseeable problem. So create a patch

Win PTY library.

2012-09-15 Thread Earnie Boyd
I just discovered https://github.com/rprichard/winpty and thought Cygwin users and developers may be interested. The license is MIT style. -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Win PTY library.

2012-09-15 Thread Christopher Faylor
On Sat, Sep 15, 2012 at 12:15:49PM -0400, Earnie Boyd wrote: I just discovered https://github.com/rprichard/winpty and thought Cygwin users and developers may be interested. The license is MIT style. Looks interesting. I've had something similar sitting around in my Cygwin sandbox for a while.