Message6936

Author amak
Recipients amak, fwierzbicki, slestak
Date 2012-03-20.21:31:07
SpamBayes Score 2.8769922e-05
Marked as misclassified No
Message-id <1332279067.63.0.629476469065.issue1823@psf.upfronthosting.co.za>
In-reply-to
Content
So a bit of googling reveals that jline can change your terminal settings, particularly the echo setting, which explains the behaviour you're seeing.

This jline message seems relevant

Why doesn't jline enable the echo after exit?
https://groups.google.com/forum/#!topic/jline-users/I8r3-UYnbQM

Particluarly, it looks like calling

jline.TerminalSupport.restore()

Might restore your terminal.

http://www.jarvana.com/jarvana/view/org/sonatype/jline/jline/2.3/jline-2.3-javadoc.jar!/jline/TerminalSupport.html

Can you give that a try? If it works, perhaps we'll have to add such a call to jython exit hooks, when jline is in use.
History
Date User Action Args
2012-03-20 21:31:07amaksetmessageid: <1332279067.63.0.629476469065.issue1823@psf.upfronthosting.co.za>
2012-03-20 21:31:07amaksetrecipients: + amak, fwierzbicki, slestak
2012-03-20 21:31:07amaklinkissue1823 messages
2012-03-20 21:31:07amakcreate