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

Avoid STDIN.winsize called in require "reline" #703

Merged
merged 1 commit into from
May 10, 2024

Conversation

tompng
Copy link
Member

@tompng tompng commented May 10, 2024

require 'reline' is calling STDIN.winsize since reline-0.5.0
This pull request will fixes it.

Fixes the STDIN.winsize called in part of #690

Copy link
Member

@ima1zumi ima1zumi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ima1zumi ima1zumi merged commit 21891c4 into ruby:master May 10, 2024
40 checks passed
@tompng tompng deleted the no_winsize_call_on_require branch May 11, 2024 07:41
@ima1zumi ima1zumi added the bug Something isn't working label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants