Kris De Volder - 2011-08-19

This bug is causing a problem in STS running Grails commands:
https://issuetracker.springsource.com/browse/STS-2017

I've found that setting system property "jline.terminal" to "jline.UnsupportedTerminal" is a suitable workaround.

The problem appears to be that jline is using os.name to determine that it should be using "WindowsTerminal" but whatever this class is doing, is not really compatible with the Eclipse console UI.