> I wonder if, these days, there are any better ways of doing what this
> code is doing. As I said, this code has been this way for years.
> Increasing the timeout is going to have a negative effect on cygwin tty
> programs.
>
> Wait. Hmm. This is only going to be a problem for programs run dir
On Wed, May 22, 2002 at 10:27:34PM +0100, Chris January wrote:
>
>> >I've tracked down the "dup(/dev) failed" on startup error to the
>following
>> >section of code in tty.cc :
>> >
>> > char buf[40];
>> >
>> > __small_sprintf (buf, "cygwin.find.console.%d", myself->pid);
>> > SetCo
On Wed, May 22, 2002 at 08:29:44PM +0100, Chris January wrote:
>I've tracked down the "dup(/dev) failed" on startup error to the following
>section of code in tty.cc :
>
> char buf[40];
>
> __small_sprintf (buf, "cygwin.find.console.%d", myself->pid);
> SetConsoleTitle (buf);
>
3 matches
Mail list logo