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

Pager should be disabled when TERM=dumb #800

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Dec 5, 2023

For apps/libs that test against IRB, it's recommended to set TERM=dumb so they get minimum disruption from Reline's interactive-focus features.

Therefore, we should follow the convention to disable pager when TERM=dumb.

This should address rails/rails#50267

For apps/libs that test against IRB, it's recommended to set `TERM=dumb`
so they get minimum disruption from Reline's interactive-focus features.

Therefore, we should follow the convention to disable pager when `TERM=dumb`.
@st0012 st0012 added the bug Something isn't working label Dec 5, 2023
@st0012 st0012 self-assigned this Dec 5, 2023
@st0012 st0012 merged commit 8a3002a into master Dec 5, 2023
47 checks passed
@st0012 st0012 deleted the disable-pager-for-dumb-term branch December 5, 2023 16:03
matzbot pushed a commit to ruby/ruby that referenced this pull request Dec 5, 2023
(ruby/irb#800)

For apps/libs that test against IRB, it's recommended to set `TERM=dumb`
so they get minimum disruption from Reline's interactive-focus features.

Therefore, we should follow the convention to disable pager when `TERM=dumb`.

ruby/irb@8a3002a39e
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