We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
^[
When pressing the alt key it prints ^[
What are your expected behavior and actual behavior of your environment?
Not to print any character while pressing alt
irb(main):001:0> irb_info => Ruby version: 3.0.1 IRB version: irb 1.3.6 (2021-06-19) InputMethod: ReidlineInputMethod with Reline 0.2.6 .irbrc path: C:/Users/pedro/.irbrc RUBY_PLATFORM: x64-mingw32
PowerShell in Windows Terminal Command Prompt in Windows Terminal
Are you using ~/.irbrc and ~/.inputrc?
~/.irbrc
~/.inputrc
require 'irb/ext/save-history' require 'irb/completion' IRB.conf[:SAVE_HISTORY] = 200
The text was updated successfully, but these errors were encountered:
This is fixed by ruby/reline#299.
Sorry, something went wrong.
No branches or pull requests
Description
When pressing the alt key it prints
^[
What are your expected behavior and actual behavior of your environment?
Not to print any character while pressing alt
Result of irb_info
Terminal Emulator
PowerShell in Windows Terminal
Command Prompt in Windows Terminal
Setting Files
Are you using
~/.irbrc
and~/.inputrc
?~/.irbrc
The text was updated successfully, but these errors were encountered: