Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: None
-
Component/s: Miscellaneous
-
Labels:None
-
Environment:RHEL 5, java 1.6.0_22
-
Number of attachments :
Description
This .inputrc -
"\e[A": history-search-backward
"\e[B": history-search-forward
up/down arrow to do history lookup -
doesn't work in irb and causes up/down arrow do nothing. Would be nice if it defaults back to
{previous,next}-history or even better add support for such binding.
Well, you have managed to find a feature/config I didn't even know about...kudos!
So you are saying that the given config file does have an effect on readline behavior, but doesn't do what it's supposed to, right? I'm not familiar with .inputrc at all...is this something processed by IRB? Will investigate a bit. If you can do some investigation as well it would accelerate fixing this issue.