-
Notifications
You must be signed in to change notification settings - Fork 127
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
doesn't support some terminal control chars (eg ^u = kill) #650
Comments
debug.gem uses Reline which is used by irb for console. |
Definitely shows up in IRB as well. I haven't been using it of late because I find the popups very distracting and haven't dug in to figure out if you can turn it off. Want me to refile over there? |
@zenspider Regarding the At the mean time, you can disable it by putting |
Thank you. I just found that and am now tweaking out some other config (I've been dragging my own history truncator along for 15+ years) |
ACTUALLY... now that I'm poking around in IRB, this appears fixed. Looking at debug it appears fine too... So I think this was fixed in the latest reline bump:
Can we get @hsbt to tag reline 0.3.1 whenever that was cut? |
There’s also an issue for the tag: ruby/reline#436 |
@zenspider FYI the tag has been pushed. |
Mac OS terminal
ruby -v
: ruby 3.1.2p20rdbg -v
: rdbg 1.5.0Describe the bug
I noticed that
^k
and^y
work (kill-line and yank) as expected, but was surprised that ^u (unix-line-discard) does not.To Reproduce
Expected behavior
Everything to the left of the cursor should be cleared back to the prompt
The text was updated successfully, but these errors were encountered: