Skip to content
New issue

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 ^[ #255

Closed
P3t3rU5 opened this issue Jul 3, 2021 · 1 comment
Closed

When pressing the alt key it prints ^[ #255

P3t3rU5 opened this issue Jul 3, 2021 · 1 comment

Comments

@P3t3rU5
Copy link

P3t3rU5 commented Jul 3, 2021

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

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

Terminal Emulator

PowerShell in Windows Terminal
Command Prompt in Windows Terminal

Setting Files

Are you using ~/.irbrc and ~/.inputrc?

~/.irbrc

require 'irb/ext/save-history'
require 'irb/completion'
IRB.conf[:SAVE_HISTORY] = 200
@aycabta
Copy link
Member

aycabta commented Jul 12, 2021

This is fixed by ruby/reline#299.

@aycabta aycabta closed this as completed Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants