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

Do not send color reset sequence when GeneralIO is used #661

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

tompng
Copy link
Member

@tompng tompng commented Mar 23, 2024

Reline didn't send ansi color sequence before if TERM=dumb, but now it sends color reset sequence "\e[0m".

Fixing this, IRB does not need to remove `"\e[0m" from output in integration test.

@st0012 st0012 merged commit 3719702 into ruby:master Mar 23, 2024
40 checks passed
@tompng tompng deleted the general_io_no_color_reset branch March 24, 2024 09:06
@st0012 st0012 added the bug Something isn't working label Mar 25, 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.

None yet

2 participants