octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave GUI status


From: Michael Goffioul
Subject: Re: Octave GUI status
Date: Fri, 19 Aug 2011 12:58:45 +0100

"isatty" is part of the C runtime implementation. Obviously, the Win32
implementation
is different from the UNIX one. Of course, isatty(stdin) returns true
in a command prompt
window for console processes (or if you created a console with
AllocConsole and attached
it to your process).

Michael.


On Fri, Aug 19, 2011 at 11:42 AM, Jacob Dawid
<address@hidden> wrote:
> I am just curious because how much sense would make that on Windows, if
> istty always returns false (and there is no terminals in Windows as you
> said):
>
> http://msdn.microsoft.com/de-de/library/f4s0ddew%28v=vs.80%29.aspx
>
>
> 2011/8/19 Jacob Dawid <address@hidden>
>>
>> Anyways, how is such a behaviour supposed to be done on Windows then?
>>
>> 2011/8/19 Jacob Dawid <address@hidden>
>>>
>>> Again, we are not starting a sub-process.
>>
>>
>>
>> --
>> Software Development == Church Development
>> Step 1. Build it.
>> Step 2. Pray.
>>
>> Whitespace - the most ink saving programming language:
>> http://compsoc.dur.ac.uk/whitespace/index.php .
>>
>
>
>
> --
> Software Development == Church Development
> Step 1. Build it.
> Step 2. Pray.
>
> Whitespace - the most ink saving programming language:
> http://compsoc.dur.ac.uk/whitespace/index.php .
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]