-
Notifications
You must be signed in to change notification settings - Fork 367
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
memory leak in pager #823
Comments
note that |
hmm interesting, I can reproduce it here. Will take a look and get back to you soon. Thanks for bringing this up <3 |
FWIW, the problem seems to be soft-wrap, which was made default in v0.15. As a workaround, you can use |
this also seems to be fixed in #791 |
fixed in #827 |
hey @themoonisacheese, could you try this again on main? if everything goes well, I'll make a patch release. Thanks again for reporting this btw 🙏 |
@caarlos0 seems to work fine with |
thanks, gonna push a patch release soon! |
Describe the bug
gum pager
no longer functions correctly as $PAGER, and seems to have a memory leakTo Reproduce
Steps to reproduce the behavior:
export PAGER="gum pager"
man tail
Expected behavior
in 0.14-, this exact configuration worked as expected.
man tail
would correctly display inside gum pager without issues.Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: