Re: isatty gives wrong result via ssh

2012-12-03 Thread Konstantin Kouptsov
>> A followup question. My Windows application works with the Windows >> Console API, and uses functions such as GetConsoleMode/SetConsoleMode, >> GetConsoleScreenBufferInfo, SetConsoleCursorPosition, >> ScrollConsoleScreenBuffer etc. When I connect via ssh from Linux to >> the Windows box running

Re: isatty gives wrong result via ssh

2012-11-29 Thread Konstantin Kouptsov
/test. Where can I see the source code for them? Thanks. On 11/26/2012 11:04 AM, Corinna Vinschen wrote: > On Nov 26 10:08, Konstantin Kouptsov wrote: >> On Windows, if I compile it using a Microsoft compiler: >> >> C: > cl /out:checktty.exe checktty.c >> >> the