Message4665

Author pjenvey
Recipients fwierzbicki, otmarhumbel, pjenvey, zyasoft
Date 2009-05-10.06:51:01
SpamBayes Score 3.2539818e-05
Marked as misclassified No
Message-id <1241938287.49.0.405982173848.issue1293@psf.upfronthosting.co.za>
In-reply-to
Content
r6326 enables it with my custom build of jline. Attached is the final 
patch against it

I've disabled custom consoles entirely when stdin isn't interactive to 
avoid test failures. This shouldn't be a problem, even if the isatty() 
implementation on your platform is pure java it returns true when stdin 
is System.in

I'll leave this open because the docs on wiki could really use a quick 
update
History
Date User Action Args
2009-05-10 06:51:27pjenveysetmessageid: <1241938287.49.0.405982173848.issue1293@psf.upfronthosting.co.za>
2009-05-10 06:51:27pjenveysetrecipients: + pjenvey, otmarhumbel, fwierzbicki, zyasoft
2009-05-10 06:51:26pjenveylinkissue1293 messages
2009-05-10 06:51:23pjenveycreate