Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Environment:jruby 1.6.7 (ruby-1.8.7-p357) (2012-02-22 3e82bc8) (OpenJDK Client VM 1.6.0_23) [linux-i386-java]
-
Testcase included:yes
-
Number of attachments :
Description
Possibly fixed by now, but if I do this:
$ jruby -S irb
>> a = 3
=> 3
<now hit ctrl+z>
- hack in bash
$ fg # in bash
then type in anything, it no longer appears in the console. Hitting enter shows that it is entered, just not echoed to the screen for some reason.
Cheers!
roger
This has been a problem with jline over the years; suspending a terminal and restarting it does not restart the readline session properly.
We should probably look at moving to jline2, which has many more updates.