Re: Escape sequences unprocessed under the "cygwin" terminal

2016-10-12 Thread Thomas Wolff
The interpretation of terminal escape sequences in the Windows console is done by the Cygwin DLL. That explains all your observations. Thomas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: Escape sequences unprocessed under the "cygwin" terminal

2016-10-12 Thread Andrey ``Bass'' Shcheglov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marco, Thank you for your response. On 12.10.2016 13:32, Marco Atzeri wrote: > On 12/10/2016 10:36, Andrey ``Bass'' Shcheglov wrote: >> >> It works fine under regular Unices, and also under xterm and mintty >> (in Cygwin), but I'm having trouble r

Re: Escape sequences unprocessed under the "cygwin" terminal

2016-10-12 Thread Marco Atzeri
On 12/10/2016 10:36, Andrey ``Bass'' Shcheglov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I have a Java application which uses ANSI escape sequences to display colours, position the cursor, etc. It works fine under regular Unices, and also under |xterm| and |mintty| (in Cygw

Escape sequences unprocessed under the "cygwin" terminal

2016-10-12 Thread Andrey ``Bass'' Shcheglov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I have a Java application which uses ANSI escape sequences to display colours, position the cursor, etc. It works fine under regular Unices, and also under |xterm| and |mintty| (in Cygwin//), but I'm having trouble running it under the "|cy