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

Switch to StdioInputMethod when TERM is 'dumb' #907

Merged
merged 3 commits into from
May 1, 2024

Commits on Mar 22, 2024

  1. Switch to StdioInputMethod when TERM is 'dumb'

    This works around Reline's misbehavior on low-capability terminals,
    such as when IRB is launched inside Emacs (ruby/reline#616).
    
    It should also resolve ruby#68 and resolve ruby#113 which were filed out of
    similar need.
    dgutov committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f04a184 View commit details
    Browse the repository at this point in the history
  2. Add special env for testing

    See discussion in ruby#907.
    dgutov committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1edfbf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b0a9239 View commit details
    Browse the repository at this point in the history