Message5901

Author zyasoft
Recipients mleinart, umairghani, zyasoft
Date 2010-07-16.23:06:41
SpamBayes Score 0.06881208
Marked as misclassified No
Message-id <1279321602.75.0.74120899952.issue1628@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps this should use JLineConsole support (which would almost certainly be the default) instead; that would also work with Java 5 users.

The relevant method is http://jline.sourceforge.net/apidocs/jline/Terminal.html#disableEcho(), however we don't currently expose the Terminal object (see org.python.util.JLineConsole#reader).
History
Date User Action Args
2010-07-16 23:06:42zyasoftsetmessageid: <1279321602.75.0.74120899952.issue1628@psf.upfronthosting.co.za>
2010-07-16 23:06:42zyasoftsetrecipients: + zyasoft, umairghani, mleinart
2010-07-16 23:06:42zyasoftlinkissue1628 messages
2010-07-16 23:06:41zyasoftcreate