You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to work with readline and I get this working
jruby -v -rreadline -e"p Readline.readline"
Environment
The versions installed:
--> jruby -v
jruby 9.0.4.0 (2.2.2) 2015-11-12 b9fb7aa Java HotSpot(TM) Client VM 25.66-b17 on
1.8.0_66-b17 +jit [Windows 7-x86]
--> java -version
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) Client VM (build 25.66-b17, mixed mode, sharing)
--> wmic OS get Caption,CSDVersion,OSArchitecture,Version
Caption CSDVersion OSArchitecture Version
Microsoft Windows 7 Enterprise Service Pack 1 64-bit 6.1.7601
Expected Behavior
To move the cursor right/left to edit output with keys right and left (gives OK output) only and not to show warning message. io/console not supported; tty will not be manipulated
Actual Behavior
Showing the message and unable to move the caret around.
The text was updated successfully, but these errors were encountered:
@kares@tukanos The fix for 9.0.5.0 was to re-add a $VERBOSE check since this warning is only supposed to print out if verbose output is enabled. I explained in #3704 why this warning is being seen and opened #3705 to track implementing proper io/console support on windows.
I'm trying to work with readline and I get this working
Environment
The versions installed:
Expected Behavior
To move the cursor right/left to edit output with keys right and left (gives OK output) only and not to show warning message.
io/console not supported; tty will not be manipulated
Actual Behavior
Showing the message and unable to move the caret around.
The text was updated successfully, but these errors were encountered: