-----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 "|cygwin"| terminal (i. e. |bash| launched from |cmd.exe|). As you can see from the screen shot (https://i.stack.imgur.com/Ohg41.png), escape sequences are output "as is", without processing. On the other hand, I can easily run smth like |echo -e '\033[1;31mTest'| -- and colour text will be just there. At the same time, if I launch exactly the same application from a Midnight Commander// <https://www.midnight-commander.org/> subshell, escape sequences produced by the application will be interpreted correctly: https://i.stack.imgur.com/jV7UW.png Also, if I log in to my Windows box using SSH (i. e. replace the local connection with the remote one, but retain the same |"cygwin|" terminal), again, escape sequences are processed just fine. It looks like when a subshell of some kind is created (|mc| or |ssh|), the terminal is put into some other mode. But playing with |stty| wasn't helpful, nor was export'ing |TERM=ansi|. Could anyone please suggest any solution? I'm running > CYGWIN_NT-6.3 UNIT-725 2.5.1(0.297/5/3) 2016-04-21 22:14 x86_64 Cygwin and Windows 8.1. Thank you in advance. Regards, Andrey. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlf99goACgkQFX2weoTrDGefMgCdHrp7AxG/DHpOVyKR2YDF4+5c 4IgAoObfYU1JCrgZoCIcXyvH43xMm1QH =Dp9M -----END PGP SIGNATURE----- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple