Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.4
-
Fix Version/s: JRuby 1.2
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Linux keter 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64 GNU/Linux
jruby 1.1.4 (ruby 1.8.6 patchlevel 114) (2008-09-09 rev 6586) [amd64-java]
Description
ai@keter% jirb
irb(main):001:0> puts "hello"
hello
=> nil
irb(main):002:0> (Ctrl-Z)
zsh: suspended jirb
ai@keter% fg
[1] + continued jirb
irb(main):003:0*
At this point, characters are not being echoed as they are typed at the prompt. They are echoed only after 'Return' is pressed.
Sorry about the title, it's late. It should be "jirb does not echo characters to the terminal after suspend and resume in the shell"
but I can't find a way of changing it.