From: Steffen R. <ste...@sy...> - 2002-01-19 03:20:37
|
Samuele Pedroni wrote: >From: Steve Cohen <St...@ig...> > >>There is some meat on this stupid newbie question, isn't there? 8-) >> >>I just typed return. >> > >mumble. > >>This was on a RedHat linux installation with the revisions to >>ReadlineConsole.java that I submitted last week and the installation was >>set to use org.gnu.Readline >> Hi, I have seen this behaviour with ReadlineConsole. The code returns null, when you type enter at the "..." prompt, which chokes the input loop. After I changed the method to return "", it worked fine. hth, /steffen |